Html Css Color HEX #DE01BA Deep Magenta

📋 copy color: '#DE01BA'

red 222 ◦ green 1 ◦ blue 186

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

Shades of Deep Magenta #DE01BA

Tints of Deep Magenta #DE01BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 54.28%
G = 0.24%
B = 45.48%

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

#DE01BA (or 0xDE01BA) is known color: Deep Magenta. HEX triplet: DE, 01 and BA. RGB value is (222,1,186). Sum of RGB (Red+Green+Blue) = 222+1+186=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE01BA is #21FE45. Grayscale: #575757. Windows color (decimal): -2227782 or 12190174. OLE color: 12190174.

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

Color convert

RGB 222 1 186 -
CMYK 0 1.00 0.16 0.13
HSL 309.77º 0.99% 0.44% -
HSV(B) 309.77º 1% 0.87% -
XYZ 39 19.1 48.08 -
YUV 88.17 183.22 223.46 -
System Red Green Blue C M Y K H S L
Decimal 222 1 186 0 1.00 0.16 0.13 309.77 0.99 0.44
Hex DE 1 BA 0 64 10 D 136 63 2C
Octal 336 1 272 0 144 20 15 466 143 54
Binary 11011110 1 10111010 0 1100100 10000 1101 100110110 1100011 101100

Color Harmonies of #DE01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE01BA

Black with #DE01BA

Text Example


Text Example

White with #DE01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE01BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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