Html Css Color HEX #D04ECF Fuchsia

📋 copy color: '#D04ECF'

red 208 ◦ green 78 ◦ blue 207

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

Shades of Fuchsia #D04ECF

Tints of Fuchsia #D04ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 42.19%
G = 15.82%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D04ECF (or 0xD04ECF) is known color: Fuchsia. HEX triplet: D0, 4E and CF. RGB value is (208,78,207). Sum of RGB (Red+Green+Blue) = 208+78+207=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04ECF is #2FB130. Grayscale: #838383. Windows color (decimal): -3125553 or 13586128. OLE color: 13586128.

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

Color convert

RGB 208 78 207 -
CMYK 0 0.62 0.00 0.18
HSL 300.46º 0.58% 0.56% -
HSV(B) 300.46º 0.63% 0.82% -
XYZ 40 23.36 61.43 -
YUV 131.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 208 78 207 0 0.62 0.00 0.18 300.46 0.58 0.56
Hex D0 4E CF 0 3E 0 12 12C 3A 38
Octal 320 116 317 0 76 0 22 454 72 70
Binary 11010000 1001110 11001111 0 111110 0 10010 100101100 111010 111000

Color Harmonies of #D04ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ECF

Black with #D04ECF

Text Example


Text Example

White with #D04ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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