Html Css Color HEX #DB02C8 Deep Magenta

📋 copy color: '#DB02C8'

red 219 ◦ green 2 ◦ blue 200

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

Shades of Deep Magenta #DB02C8

Tints of Deep Magenta #DB02C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.51%

R = 52.02%
G = 0.48%
B = 47.51%

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

#DB02C8 (or 0xDB02C8) is known color: Deep Magenta. HEX triplet: DB, 02 and C8. RGB value is (219,2,200). Sum of RGB (Red+Green+Blue) = 219+2+200=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02C8 is #24FD37. Grayscale: #585858. Windows color (decimal): -2424120 or 13107931. OLE color: 13107931.

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

Color convert

RGB 219 2 200 -
CMYK 0 0.99 0.09 0.14
HSL 305.25º 0.98% 0.43% -
HSV(B) 305.25º 0.99% 0.86% -
XYZ 39.66 19.27 56.27 -
YUV 89.46 190.39 220.4 -
System Red Green Blue C M Y K H S L
Decimal 219 2 200 0 0.99 0.09 0.14 305.25 0.98 0.43
Hex DB 2 C8 0 63 9 E 131 62 2B
Octal 333 2 310 0 143 11 16 461 142 53
Binary 11011011 10 11001000 0 1100011 1001 1110 100110001 1100010 101011

Color Harmonies of #DB02C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02C8

Black with #DB02C8

Text Example


Text Example

White with #DB02C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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