Html Css Color HEX #DB16DB Deep Magenta

📋 copy color: '#DB16DB'

red 219 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #DB16DB

Tints of Deep Magenta #DB16DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.78%

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 47.61%
G = 4.78%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB16DB (or 0xDB16DB) is known color: Deep Magenta. HEX triplet: DB, 16 and DB. RGB value is (219,22,219). Sum of RGB (Red+Green+Blue) = 219+22+219=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16DB is #24E924. Grayscale: #666666. Windows color (decimal): -2418981 or 14358235. OLE color: 14358235.

HSL color Cylindrical-coordinate representation of color #DB16DB: hue angle of 300º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB16DB is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 219 -
CMYK 0 0.90 0 0.14
HSL 300º 0.82% 0.47% -
HSV(B) 300º 0.9% 0.86% -
XYZ 42.29 20.75 68.79 -
YUV 103.36 193.27 210.48 -
System Red Green Blue C M Y K H S L
Decimal 219 22 219 0 0.90 0 0.14 300 0.82 0.47
Hex DB 16 DB 0 5A 0 E 12C 52 2F
Octal 333 26 333 0 132 0 16 454 122 57
Binary 11011011 10110 11011011 0 1011010 0 1110 100101100 1010010 101111

Color Harmonies of #DB16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB16DB

Black with #DB16DB

Text Example


Text Example

White with #DB16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB16DB; }

 p { color: rgb(219,22,219); }

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

background-color css

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

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

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

border-color css

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

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

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