Html Css Color HEX #DB05DB Deep Magenta

📋 copy color: '#DB05DB'

red 219 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #DB05DB

Tints of Deep Magenta #DB05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.13%

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

R = 49.44%
G = 1.13%
B = 49.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB05DB (or 0xDB05DB) is known color: Deep Magenta. HEX triplet: DB, 05 and DB. RGB value is (219,5,219). Sum of RGB (Red+Green+Blue) = 219+5+219=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05DB is #24FA24. Grayscale: #5C5C5C. Windows color (decimal): -2423333 or 14353883. OLE color: 14353883.

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

Color convert

RGB 219 5 219 -
CMYK 0 0.98 0 0.14
HSL 300º 0.96% 0.44% -
HSV(B) 300º 0.98% 0.86% -
XYZ 42.05 20.28 68.72 -
YUV 93.38 198.9 217.6 -
System Red Green Blue C M Y K H S L
Decimal 219 5 219 0 0.98 0 0.14 300 0.96 0.44
Hex DB 5 DB 0 62 0 E 12C 60 2C
Octal 333 5 333 0 142 0 16 454 140 54
Binary 11011011 101 11011011 0 1100010 0 1110 100101100 1100000 101100

Color Harmonies of #DB05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB05DB

Black with #DB05DB

Text Example


Text Example

White with #DB05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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