Html Css Color HEX #D04EAB Fuchsia

📋 copy color: '#D04EAB'

red 208 ◦ green 78 ◦ blue 171

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

Shades of Fuchsia #D04EAB

Tints of Fuchsia #D04EAB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.07%

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 45.51%
G = 17.07%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D04EAB (or 0xD04EAB) is known color: Fuchsia. HEX triplet: D0, 4E and AB. RGB value is (208,78,171). Sum of RGB (Red+Green+Blue) = 208+78+171=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04EAB is #2FB154. Grayscale: #7F7F7F. Windows color (decimal): -3125589 or 11226832. OLE color: 11226832.

HSL color Cylindrical-coordinate representation of color #D04EAB: hue angle of 317.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04EAB is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 78 171 -
CMYK 0 0.62 0.18 0.18
HSL 317.08º 0.58% 0.56% -
HSV(B) 317.08º 0.63% 0.82% -
XYZ 36.09 21.8 40.83 -
YUV 127.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 208 78 171 0 0.62 0.18 0.18 317.08 0.58 0.56
Hex D0 4E AB 0 3E 12 12 13D 3A 38
Octal 320 116 253 0 76 22 22 475 72 70
Binary 11010000 1001110 10101011 0 111110 10010 10010 100111101 111010 111000

Color Harmonies of #D04EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EAB

Black with #D04EAB

Text Example


Text Example

White with #D04EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EAB; }

 p { color: rgb(208,78,171); }

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

background-color css

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

 a { background-color: rgb(208,78,171); }

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

border-color css

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

 span { border-color: rgb(208,78,171); }

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