Html Css Color HEX #DE0BBB Deep Magenta

📋 copy color: '#DE0BBB'

red 222 ◦ green 11 ◦ blue 187

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

Shades of Deep Magenta #DE0BBB

Tints of Deep Magenta #DE0BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 52.86%
G = 2.62%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE0BBB (or 0xDE0BBB) is known color: Deep Magenta. HEX triplet: DE, 0B and BB. RGB value is (222,11,187). Sum of RGB (Red+Green+Blue) = 222+11+187=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0BBB is #21F444. Grayscale: #5D5D5D. Windows color (decimal): -2225221 or 12258270. OLE color: 12258270.

HSL color Cylindrical-coordinate representation of color #DE0BBB: hue angle of 309.95º 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 #DE0BBB is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 11 187 -
CMYK 0 0.95 0.16 0.13
HSL 309.95º 0.91% 0.46% -
HSV(B) 309.95º 0.95% 0.87% -
XYZ 39.21 19.36 48.68 -
YUV 94.15 180.4 219.19 -
System Red Green Blue C M Y K H S L
Decimal 222 11 187 0 0.95 0.16 0.13 309.95 0.91 0.46
Hex DE B BB 0 5F 10 D 136 5B 2E
Octal 336 13 273 0 137 20 15 466 133 56
Binary 11011110 1011 10111011 0 1011111 10000 1101 100110110 1011011 101110

Color Harmonies of #DE0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0BBB

Black with #DE0BBB

Text Example


Text Example

White with #DE0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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