Html Css Color HEX #DB1ADB Deep Magenta

📋 copy color: '#DB1ADB'

red 219 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #DB1ADB

Tints of Deep Magenta #DB1ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.6%

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

R = 47.2%
G = 5.6%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB1ADB (or 0xDB1ADB) is known color: Deep Magenta. HEX triplet: DB, 1A and DB. RGB value is (219,26,219). Sum of RGB (Red+Green+Blue) = 219+26+219=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB1ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ADB is #24E524. Grayscale: #696969. Windows color (decimal): -2417957 or 14359259. OLE color: 14359259.

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

Color convert

RGB 219 26 219 -
CMYK 0 0.88 0 0.14
HSL 300º 0.79% 0.48% -
HSV(B) 300º 0.88% 0.86% -
XYZ 42.37 20.91 68.82 -
YUV 105.71 191.94 208.81 -
System Red Green Blue C M Y K H S L
Decimal 219 26 219 0 0.88 0 0.14 300 0.79 0.48
Hex DB 1A DB 0 58 0 E 12C 4F 30
Octal 333 32 333 0 130 0 16 454 117 60
Binary 11011011 11010 11011011 0 1011000 0 1110 100101100 1001111 110000

Color Harmonies of #DB1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1ADB

Black with #DB1ADB

Text Example


Text Example

White with #DB1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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