Html Css Color HEX #DE0BC9 Deep Magenta

📋 copy color: '#DE0BC9'

red 222 ◦ green 11 ◦ blue 201

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

Shades of Deep Magenta #DE0BC9

Tints of Deep Magenta #DE0BC9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.53%

 BLUE value IS 201 (78.91% from 255) = 46.31%

R = 51.15%
G = 2.53%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE0BC9 (or 0xDE0BC9) is known color: Deep Magenta. HEX triplet: DE, 0B and C9. RGB value is (222,11,201). Sum of RGB (Red+Green+Blue) = 222+11+201=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0BC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0BC9 is #21F436. Grayscale: #5F5F5F. Windows color (decimal): -2225207 or 13175774. OLE color: 13175774.

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

Color convert

RGB 222 11 201 -
CMYK 0 0.95 0.09 0.13
HSL 305.97º 0.91% 0.46% -
HSV(B) 305.97º 0.95% 0.87% -
XYZ 40.79 19.99 56.97 -
YUV 95.75 187.4 218.05 -
System Red Green Blue C M Y K H S L
Decimal 222 11 201 0 0.95 0.09 0.13 305.97 0.91 0.46
Hex DE B C9 0 5F 9 D 132 5B 2E
Octal 336 13 311 0 137 11 15 462 133 56
Binary 11011110 1011 11001001 0 1011111 1001 1101 100110010 1011011 101110

Color Harmonies of #DE0BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0BC9

Black with #DE0BC9

Text Example


Text Example

White with #DE0BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0BC9; }

 p { color: rgb(222,11,201); }

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

background-color css

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

 a { background-color: rgb(222,11,201); }

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

border-color css

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

 span { border-color: rgb(222,11,201); }

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