Html Css Color HEX #DB02C7 Deep Magenta

📋 copy color: '#DB02C7'

red 219 ◦ green 2 ◦ blue 199

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

Shades of Deep Magenta #DB02C7

Tints of Deep Magenta #DB02C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.38%

R = 52.14%
G = 0.48%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB02C7 (or 0xDB02C7) is known color: Deep Magenta. HEX triplet: DB, 02 and C7. RGB value is (219,2,199). Sum of RGB (Red+Green+Blue) = 219+2+199=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02C7 is #24FD38. Grayscale: #585858. Windows color (decimal): -2424121 or 13042395. OLE color: 13042395.

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

Color convert

RGB 219 2 199 -
CMYK 0 0.99 0.09 0.14
HSL 305.53º 0.98% 0.43% -
HSV(B) 305.53º 0.99% 0.86% -
XYZ 39.54 19.23 55.66 -
YUV 89.34 189.89 220.48 -
System Red Green Blue C M Y K H S L
Decimal 219 2 199 0 0.99 0.09 0.14 305.53 0.98 0.43
Hex DB 2 C7 0 63 9 E 132 62 2B
Octal 333 2 307 0 143 11 16 462 142 53
Binary 11011011 10 11000111 0 1100011 1001 1110 100110010 1100010 101011

Color Harmonies of #DB02C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02C7

Black with #DB02C7

Text Example


Text Example

White with #DB02C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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