Html Css Color HEX #DE01BB Deep Magenta

📋 copy color: '#DE01BB'

red 222 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #DE01BB

Tints of Deep Magenta #DE01BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 54.15%
G = 0.24%
B = 45.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE01BB (or 0xDE01BB) is known color: Deep Magenta. HEX triplet: DE, 01 and BB. RGB value is (222,1,187). Sum of RGB (Red+Green+Blue) = 222+1+187=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE01BB is #21FE44. Grayscale: #575757. Windows color (decimal): -2227781 or 12255710. OLE color: 12255710.

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

Color convert

RGB 222 1 187 -
CMYK 0 1.00 0.16 0.13
HSL 309.5º 0.99% 0.44% -
HSV(B) 309.5º 1% 0.87% -
XYZ 39.1 19.14 48.65 -
YUV 88.28 183.72 223.38 -
System Red Green Blue C M Y K H S L
Decimal 222 1 187 0 1.00 0.16 0.13 309.5 0.99 0.44
Hex DE 1 BB 0 64 10 D 136 63 2C
Octal 336 1 273 0 144 20 15 466 143 54
Binary 11011110 1 10111011 0 1100100 10000 1101 100110110 1100011 101100

Color Harmonies of #DE01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE01BB

Black with #DE01BB

Text Example


Text Example

White with #DE01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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