Html Css Color HEX #DE02BD Deep Magenta

📋 copy color: '#DE02BD'

red 222 ◦ green 2 ◦ blue 189

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

Shades of Deep Magenta #DE02BD

Tints of Deep Magenta #DE02BD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 53.75%
G = 0.48%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE02BD (or 0xDE02BD) is known color: Deep Magenta. HEX triplet: DE, 02 and BD. RGB value is (222,2,189). Sum of RGB (Red+Green+Blue) = 222+2+189=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE02BD is #21FD42. Grayscale: #585858. Windows color (decimal): -2227523 or 12387038. OLE color: 12387038.

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

Color convert

RGB 222 2 189 -
CMYK 0 0.99 0.15 0.13
HSL 309º 0.98% 0.44% -
HSV(B) 309º 0.99% 0.87% -
XYZ 39.33 19.25 49.79 -
YUV 89.1 184.39 222.79 -
System Red Green Blue C M Y K H S L
Decimal 222 2 189 0 0.99 0.15 0.13 309 0.98 0.44
Hex DE 2 BD 0 63 F D 135 62 2C
Octal 336 2 275 0 143 17 15 465 142 54
Binary 11011110 10 10111101 0 1100011 1111 1101 100110101 1100010 101100

Color Harmonies of #DE02BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE02BD

Black with #DE02BD

Text Example


Text Example

White with #DE02BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE02BD; }

 p { color: rgb(222,2,189); }

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

background-color css

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

 a { background-color: rgb(222,2,189); }

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

border-color css

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

 span { border-color: rgb(222,2,189); }

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