Html Css Color HEX #DB18DB Deep Magenta

📋 copy color: '#DB18DB'

red 219 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #DB18DB

Tints of Deep Magenta #DB18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.19%

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

R = 47.4%
G = 5.19%
B = 47.4%

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

#DB18DB (or 0xDB18DB) is known color: Deep Magenta. HEX triplet: DB, 18 and DB. RGB value is (219,24,219). Sum of RGB (Red+Green+Blue) = 219+24+219=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB18DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB18DB is #24E724. Grayscale: #676767. Windows color (decimal): -2418469 or 14358747. OLE color: 14358747.

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

Color convert

RGB 219 24 219 -
CMYK 0 0.89 0 0.14
HSL 300º 0.8% 0.48% -
HSV(B) 300º 0.89% 0.86% -
XYZ 42.33 20.83 68.81 -
YUV 104.54 192.6 209.64 -
System Red Green Blue C M Y K H S L
Decimal 219 24 219 0 0.89 0 0.14 300 0.8 0.48
Hex DB 18 DB 0 59 0 E 12C 50 30
Octal 333 30 333 0 131 0 16 454 120 60
Binary 11011011 11000 11011011 0 1011001 0 1110 100101100 1010000 110000

Color Harmonies of #DB18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18DB

Black with #DB18DB

Text Example


Text Example

White with #DB18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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