Html Css Color HEX #D04EC0 Fuchsia

📋 copy color: '#D04EC0'

red 208 ◦ green 78 ◦ blue 192

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

Shades of Fuchsia #D04EC0

Tints of Fuchsia #D04EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.17%

R = 43.51%
G = 16.32%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D04EC0 (or 0xD04EC0) is known color: Fuchsia. HEX triplet: D0, 4E and C0. RGB value is (208,78,192). Sum of RGB (Red+Green+Blue) = 208+78+192=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EC0 is #2FB13F. Grayscale: #818181. Windows color (decimal): -3125568 or 12603088. OLE color: 12603088.

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

Color convert

RGB 208 78 192 -
CMYK 0 0.62 0.08 0.18
HSL 307.38º 0.58% 0.56% -
HSV(B) 307.38º 0.63% 0.82% -
XYZ 38.25 22.66 52.23 -
YUV 129.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 208 78 192 0 0.62 0.08 0.18 307.38 0.58 0.56
Hex D0 4E C0 0 3E 8 12 133 3A 38
Octal 320 116 300 0 76 10 22 463 72 70
Binary 11010000 1001110 11000000 0 111110 1000 10010 100110011 111010 111000

Color Harmonies of #D04EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EC0

Black with #D04EC0

Text Example


Text Example

White with #D04EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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