Html Css Color HEX #DB02B4 Deep Magenta

📋 copy color: '#DB02B4'

red 219 ◦ green 2 ◦ blue 180

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

Shades of Deep Magenta #DB02B4

Tints of Deep Magenta #DB02B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.89%

R = 54.61%
G = 0.5%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB02B4 (or 0xDB02B4) is known color: Deep Magenta. HEX triplet: DB, 02 and B4. RGB value is (219,2,180). Sum of RGB (Red+Green+Blue) = 219+2+180=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02B4 is #24FD4B. Grayscale: #565656. Windows color (decimal): -2424140 or 11797211. OLE color: 11797211.

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

Color convert

RGB 219 2 180 -
CMYK 0 0.99 0.18 0.14
HSL 310.78º 0.98% 0.43% -
HSV(B) 310.78º 0.99% 0.86% -
XYZ 37.47 18.4 44.76 -
YUV 87.18 180.39 222.03 -
System Red Green Blue C M Y K H S L
Decimal 219 2 180 0 0.99 0.18 0.14 310.78 0.98 0.43
Hex DB 2 B4 0 63 12 E 137 62 2B
Octal 333 2 264 0 143 22 16 467 142 53
Binary 11011011 10 10110100 0 1100011 10010 1110 100110111 1100010 101011

Color Harmonies of #DB02B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02B4

Black with #DB02B4

Text Example


Text Example

White with #DB02B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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