Html Css Color HEX #DE01BC Deep Magenta

📋 copy color: '#DE01BC'

red 222 ◦ green 1 ◦ blue 188

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

Shades of Deep Magenta #DE01BC

Tints of Deep Magenta #DE01BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 54.01%
G = 0.24%
B = 45.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE01BC (or 0xDE01BC) is known color: Deep Magenta. HEX triplet: DE, 01 and BC. RGB value is (222,1,188). Sum of RGB (Red+Green+Blue) = 222+1+188=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE01BC is #21FE43. Grayscale: #575757. Windows color (decimal): -2227780 or 12321246. OLE color: 12321246.

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

Color convert

RGB 222 1 188 -
CMYK 0 1.00 0.15 0.13
HSL 309.23º 0.99% 0.44% -
HSV(B) 309.23º 1% 0.87% -
XYZ 39.21 19.18 49.21 -
YUV 88.4 184.22 223.29 -
System Red Green Blue C M Y K H S L
Decimal 222 1 188 0 1.00 0.15 0.13 309.23 0.99 0.44
Hex DE 1 BC 0 64 F D 135 63 2C
Octal 336 1 274 0 144 17 15 465 143 54
Binary 11011110 1 10111100 0 1100100 1111 1101 100110101 1100011 101100

Color Harmonies of #DE01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE01BC

Black with #DE01BC

Text Example


Text Example

White with #DE01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE01BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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