Html Css Color HEX #DB02DE Deep Magenta

📋 copy color: '#DB02DE'

red 219 ◦ green 2 ◦ blue 222

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

Shades of Deep Magenta #DB02DE

Tints of Deep Magenta #DB02DE

RGB

 RED value IS 219 (85.94% from 255) = 49.44%

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 49.44%
G = 0.45%
B = 50.11%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB02DE (or 0xDB02DE) is known color: Deep Magenta. HEX triplet: DB, 02 and DE. RGB value is (219,2,222). Sum of RGB (Red+Green+Blue) = 219+2+222=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB02DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02DE is #24FD21. Grayscale: #5B5B5B. Windows color (decimal): -2424098 or 14549723. OLE color: 14549723.

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

Color convert

RGB 219 2 222 -
CMYK 0.01 0.99 0 0.13
HSL 299.18º 0.98% 0.44% -
HSV(B) 299.18º 0.99% 0.87% -
XYZ 42.42 20.38 70.8 -
YUV 91.96 201.39 218.61 -
System Red Green Blue C M Y K H S L
Decimal 219 2 222 0.01 0.99 0 0.13 299.18 0.98 0.44
Hex DB 2 DE 1 63 0 D 12B 62 2C
Octal 333 2 336 1 143 0 15 453 142 54
Binary 11011011 10 11011110 1 1100011 0 1101 100101011 1100010 101100

Color Harmonies of #DB02DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02DE

Black with #DB02DE

Text Example


Text Example

White with #DB02DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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