Html Css Color HEX #DB02BE Deep Magenta

📋 copy color: '#DB02BE'

red 219 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #DB02BE

Tints of Deep Magenta #DB02BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 53.28%
G = 0.49%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB02BE (or 0xDB02BE) is known color: Deep Magenta. HEX triplet: DB, 02 and BE. RGB value is (219,2,190). Sum of RGB (Red+Green+Blue) = 219+2+190=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02BE is #24FD41. Grayscale: #575757. Windows color (decimal): -2424130 or 12452571. OLE color: 12452571.

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

Color convert

RGB 219 2 190 -
CMYK 0 0.99 0.13 0.14
HSL 308.02º 0.98% 0.43% -
HSV(B) 308.02º 0.99% 0.86% -
XYZ 38.53 18.82 50.32 -
YUV 88.32 185.39 221.21 -
System Red Green Blue C M Y K H S L
Decimal 219 2 190 0 0.99 0.13 0.14 308.02 0.98 0.43
Hex DB 2 BE 0 63 D E 134 62 2B
Octal 333 2 276 0 143 15 16 464 142 53
Binary 11011011 10 10111110 0 1100011 1101 1110 100110100 1100010 101011

Color Harmonies of #DB02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02BE

Black with #DB02BE

Text Example


Text Example

White with #DB02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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