Html Css Color HEX #D04ECB Fuchsia

📋 copy color: '#D04ECB'

red 208 ◦ green 78 ◦ blue 203

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

Shades of Fuchsia #D04ECB

Tints of Fuchsia #D04ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 42.54%
G = 15.95%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D04ECB (or 0xD04ECB) is known color: Fuchsia. HEX triplet: D0, 4E and CB. RGB value is (208,78,203). Sum of RGB (Red+Green+Blue) = 208+78+203=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04ECB is #2FB134. Grayscale: #828282. Windows color (decimal): -3125557 or 13323984. OLE color: 13323984.

HSL color Cylindrical-coordinate representation of color #D04ECB: hue angle of 302.31º 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 #D04ECB is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 78 203 -
CMYK 0 0.62 0.02 0.18
HSL 302.31º 0.58% 0.56% -
HSV(B) 302.31º 0.63% 0.82% -
XYZ 39.52 23.17 58.89 -
YUV 131.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 208 78 203 0 0.62 0.02 0.18 302.31 0.58 0.56
Hex D0 4E CB 0 3E 2 12 12E 3A 38
Octal 320 116 313 0 76 2 22 456 72 70
Binary 11010000 1001110 11001011 0 111110 10 10010 100101110 111010 111000

Color Harmonies of #D04ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ECB

Black with #D04ECB

Text Example


Text Example

White with #D04ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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