Html Css Color HEX #DE00CE Deep Magenta

📋 copy color: '#DE00CE'

red 222 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #DE00CE

Tints of Deep Magenta #DE00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 51.87%
G = 0%
B = 48.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE00CE (or 0xDE00CE) is known color: Deep Magenta. HEX triplet: DE, 00 and CE. RGB value is (222,0,206). Sum of RGB (Red+Green+Blue) = 222+0+206=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00CE is #21FF31. Grayscale: #595959. Windows color (decimal): -2228018 or 13500638. OLE color: 13500638.

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

Color convert

RGB 222 0 206 -
CMYK 0 1 0.07 0.13
HSL 304.32º 1% 0.44% -
HSV(B) 304.32º 1% 0.87% -
XYZ 41.26 19.99 60.08 -
YUV 89.86 193.55 222.25 -
System Red Green Blue C M Y K H S L
Decimal 222 0 206 0 1 0.07 0.13 304.32 1 0.44
Hex DE 0 CE 0 64 7 D 130 64 2C
Octal 336 0 316 0 144 7 15 460 144 54
Binary 11011110 0 11001110 0 1100100 111 1101 100110000 1100100 101100

Color Harmonies of #DE00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00CE

Black with #DE00CE

Text Example


Text Example

White with #DE00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00CE; }

 p { color: rgb(222,0,206); }

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

background-color css

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

 a { background-color: rgb(222,0,206); }

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

border-color css

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

 span { border-color: rgb(222,0,206); }

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