Html Css Color HEX #DE04CC Deep Magenta

📋 copy color: '#DE04CC'

red 222 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #DE04CC

Tints of Deep Magenta #DE04CC

RGB

 RED value IS 222 (87.11% from 255) = 51.63%

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 51.63%
G = 0.93%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE04CC (or 0xDE04CC) is known color: Deep Magenta. HEX triplet: DE, 04 and CC. RGB value is (222,4,204). Sum of RGB (Red+Green+Blue) = 222+4+204=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04CC is #21FB33. Grayscale: #5B5B5B. Windows color (decimal): -2226996 or 13370590. OLE color: 13370590.

HSL color Cylindrical-coordinate representation of color #DE04CC: hue angle of 304.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE04CC is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 4 204 -
CMYK 0 0.98 0.08 0.13
HSL 304.95º 0.96% 0.44% -
HSV(B) 304.95º 0.98% 0.87% -
XYZ 41.07 19.98 58.82 -
YUV 91.98 191.22 220.74 -
System Red Green Blue C M Y K H S L
Decimal 222 4 204 0 0.98 0.08 0.13 304.95 0.96 0.44
Hex DE 4 CC 0 62 8 D 131 60 2C
Octal 336 4 314 0 142 10 15 461 140 54
Binary 11011110 100 11001100 0 1100010 1000 1101 100110001 1100000 101100

Color Harmonies of #DE04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04CC

Black with #DE04CC

Text Example


Text Example

White with #DE04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04CC; }

 p { color: rgb(222,4,204); }

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

background-color css

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

 a { background-color: rgb(222,4,204); }

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

border-color css

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

 span { border-color: rgb(222,4,204); }

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