Html Css Color HEX #DB02BB Deep Magenta

📋 copy color: '#DB02BB'

red 219 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #DB02BB

Tints of Deep Magenta #DB02BB

RGB

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

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

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

R = 53.68%
G = 0.49%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB02BB (or 0xDB02BB) is known color: Deep Magenta. HEX triplet: DB, 02 and BB. RGB value is (219,2,187). Sum of RGB (Red+Green+Blue) = 219+2+187=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02BB is #24FD44. Grayscale: #575757. Windows color (decimal): -2424133 or 12255963. OLE color: 12255963.

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

Color convert

RGB 219 2 187 -
CMYK 0 0.99 0.15 0.14
HSL 308.85º 0.98% 0.43% -
HSV(B) 308.85º 0.99% 0.86% -
XYZ 38.2 18.69 48.61 -
YUV 87.97 183.89 221.46 -
System Red Green Blue C M Y K H S L
Decimal 219 2 187 0 0.99 0.15 0.14 308.85 0.98 0.43
Hex DB 2 BB 0 63 F E 135 62 2B
Octal 333 2 273 0 143 17 16 465 142 53
Binary 11011011 10 10111011 0 1100011 1111 1110 100110101 1100010 101011

Color Harmonies of #DB02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02BB

Black with #DB02BB

Text Example


Text Example

White with #DB02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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