Html Css Color HEX #D04ECD Fuchsia

📋 copy color: '#D04ECD'

red 208 ◦ green 78 ◦ blue 205

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

Shades of Fuchsia #D04ECD

Tints of Fuchsia #D04ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 42.36%
G = 15.89%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D04ECD (or 0xD04ECD) is known color: Fuchsia. HEX triplet: D0, 4E and CD. RGB value is (208,78,205). Sum of RGB (Red+Green+Blue) = 208+78+205=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04ECD is #2FB132. Grayscale: #828282. Windows color (decimal): -3125555 or 13455056. OLE color: 13455056.

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

Color convert

RGB 208 78 205 -
CMYK 0 0.62 0.01 0.18
HSL 301.38º 0.58% 0.56% -
HSV(B) 301.38º 0.63% 0.82% -
XYZ 39.76 23.27 60.15 -
YUV 131.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 208 78 205 0 0.62 0.01 0.18 301.38 0.58 0.56
Hex D0 4E CD 0 3E 1 12 12D 3A 38
Octal 320 116 315 0 76 1 22 455 72 70
Binary 11010000 1001110 11001101 0 111110 1 10010 100101101 111010 111000

Color Harmonies of #D04ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ECD

Black with #D04ECD

Text Example


Text Example

White with #D04ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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