Html Css Color HEX #DB17DB Deep Magenta

📋 copy color: '#DB17DB'

red 219 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #DB17DB

Tints of Deep Magenta #DB17DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.99%

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

R = 47.51%
G = 4.99%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB17DB (or 0xDB17DB) is known color: Deep Magenta. HEX triplet: DB, 17 and DB. RGB value is (219,23,219). Sum of RGB (Red+Green+Blue) = 219+23+219=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17DB is #24E824. Grayscale: #676767. Windows color (decimal): -2418725 or 14358491. OLE color: 14358491.

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

Color convert

RGB 219 23 219 -
CMYK 0 0.89 0 0.14
HSL 300º 0.81% 0.47% -
HSV(B) 300º 0.89% 0.86% -
XYZ 42.31 20.79 68.8 -
YUV 103.95 192.93 210.06 -
System Red Green Blue C M Y K H S L
Decimal 219 23 219 0 0.89 0 0.14 300 0.81 0.47
Hex DB 17 DB 0 59 0 E 12C 51 2F
Octal 333 27 333 0 131 0 16 454 121 57
Binary 11011011 10111 11011011 0 1011001 0 1110 100101100 1010001 101111

Color Harmonies of #DB17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB17DB

Black with #DB17DB

Text Example


Text Example

White with #DB17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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