Html Css Color HEX #DE03CC Deep Magenta

📋 copy color: '#DE03CC'

red 222 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #DE03CC

Tints of Deep Magenta #DE03CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 51.75%
G = 0.7%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE03CC (or 0xDE03CC) is known color: Deep Magenta. HEX triplet: DE, 03 and CC. RGB value is (222,3,204). Sum of RGB (Red+Green+Blue) = 222+3+204=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE03CC is #21FC33. Grayscale: #5A5A5A. Windows color (decimal): -2227252 or 13370334. OLE color: 13370334.

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

Color convert

RGB 222 3 204 -
CMYK 0 0.99 0.08 0.13
HSL 304.93º 0.97% 0.44% -
HSV(B) 304.93º 0.99% 0.87% -
XYZ 41.06 19.95 58.81 -
YUV 91.4 191.55 221.16 -
System Red Green Blue C M Y K H S L
Decimal 222 3 204 0 0.99 0.08 0.13 304.93 0.97 0.44
Hex DE 3 CC 0 63 8 D 131 61 2C
Octal 336 3 314 0 143 10 15 461 141 54
Binary 11011110 11 11001100 0 1100011 1000 1101 100110001 1100001 101100

Color Harmonies of #DE03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE03CC

Black with #DE03CC

Text Example


Text Example

White with #DE03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE03CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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