Html Css Color HEX #DE15CE Deep Magenta

📋 copy color: '#DE15CE'

red 222 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #DE15CE

Tints of Deep Magenta #DE15CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.68%

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

R = 49.44%
G = 4.68%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE15CE (or 0xDE15CE) is known color: Deep Magenta. HEX triplet: DE, 15 and CE. RGB value is (222,21,206). Sum of RGB (Red+Green+Blue) = 222+21+206=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE15CE is #21EA31. Grayscale: #656565. Windows color (decimal): -2222642 or 13506014. OLE color: 13506014.

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

Color convert

RGB 222 21 206 -
CMYK 0 0.91 0.07 0.13
HSL 304.78º 0.83% 0.48% -
HSV(B) 304.78º 0.91% 0.87% -
XYZ 41.53 20.52 60.16 -
YUV 102.19 186.59 213.46 -
System Red Green Blue C M Y K H S L
Decimal 222 21 206 0 0.91 0.07 0.13 304.78 0.83 0.48
Hex DE 15 CE 0 5B 7 D 131 53 30
Octal 336 25 316 0 133 7 15 461 123 60
Binary 11011110 10101 11001110 0 1011011 111 1101 100110001 1010011 110000

Color Harmonies of #DE15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE15CE

Black with #DE15CE

Text Example


Text Example

White with #DE15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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