Html Css Color HEX #DE09CE Deep Magenta

📋 copy color: '#DE09CE'

red 222 ◦ green 9 ◦ blue 206

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

Shades of Deep Magenta #DE09CE

Tints of Deep Magenta #DE09CE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.06%

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

R = 50.8%
G = 2.06%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE09CE (or 0xDE09CE) is known color: Deep Magenta. HEX triplet: DE, 09 and CE. RGB value is (222,9,206). Sum of RGB (Red+Green+Blue) = 222+9+206=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE09CE is #21F631. Grayscale: #5E5E5E. Windows color (decimal): -2225714 or 13502942. OLE color: 13502942.

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

Color convert

RGB 222 9 206 -
CMYK 0 0.96 0.07 0.13
HSL 304.51º 0.92% 0.45% -
HSV(B) 304.51º 0.96% 0.87% -
XYZ 41.36 20.18 60.11 -
YUV 95.15 190.57 218.48 -
System Red Green Blue C M Y K H S L
Decimal 222 9 206 0 0.96 0.07 0.13 304.51 0.92 0.45
Hex DE 9 CE 0 60 7 D 131 5C 2D
Octal 336 11 316 0 140 7 15 461 134 55
Binary 11011110 1001 11001110 0 1100000 111 1101 100110001 1011100 101101

Color Harmonies of #DE09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE09CE

Black with #DE09CE

Text Example


Text Example

White with #DE09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE09CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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