Html Css Color HEX #D040B0 Fuchsia

📋 copy color: '#D040B0'

red 208 ◦ green 64 ◦ blue 176

#D040B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D040B0

Tints of Fuchsia #D040B0

RGB

 RED value IS 208 (81.64% from 255) = 46.43%

 GREEN value IS 64 (25.39% from 255) = 14.29%

 BLUE value IS 176 (69.14% from 255) = 39.29%

R = 46.43%
G = 14.29%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D040B0 (or 0xD040B0) is known color: Fuchsia. HEX triplet: D0, 40 and B0. RGB value is (208,64,176). Sum of RGB (Red+Green+Blue) = 208+64+176=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D040B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D040B0 is #2FBF4F. Grayscale: #777777. Windows color (decimal): -3129168 or 11550928. OLE color: 11550928.

HSL color Cylindrical-coordinate representation of color #D040B0: hue angle of 313.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040B0 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 176 -
CMYK 0 0.69 0.15 0.18
HSL 313.33º 0.61% 0.53% -
HSV(B) 313.33º 0.69% 0.82% -
XYZ 35.68 20.21 43.09 -
YUV 119.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 208 64 176 0 0.69 0.15 0.18 313.33 0.61 0.53
Hex D0 40 B0 0 45 F 12 139 3D 35
Octal 320 100 260 0 105 17 22 471 75 65
Binary 11010000 1000000 10110000 0 1000101 1111 10010 100111001 111101 110101

Color Harmonies of #D040B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040B0

Black with #D040B0

Text Example


Text Example

White with #D040B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040B0; }

 p { color: rgb(208,64,176); }

 H1.HeaderClassName
 {
   color: #D040B0;
 }
 .AnyTagClassName
 {
   color: #D040B0;
 }
</style>

background-color css

<style>
 a { background-color: #D040B0; }

 a { background-color: rgb(208,64,176); }

 div.DivClassName
 {
   background-color: #D040B0;
 }
 .BgClassName
 {
   background-color: #D040B0;
 }
</style>

border-color css

<style>
 span { border-color: #D040B0; }

 span { border-color: rgb(208,64,176); }

 td.TdClassName
 {
   border-color: #D040B0;
 }
 .TagClassName
 {
   border-color: #D040B0;
 }
</style>