Html Css Color HEX #DB05DD Deep Magenta

📋 copy color: '#DB05DD'

red 219 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #DB05DD

Tints of Deep Magenta #DB05DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 49.21%
G = 1.12%
B = 49.66%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB05DD (or 0xDB05DD) is known color: Deep Magenta. HEX triplet: DB, 05 and DD. RGB value is (219,5,221). Sum of RGB (Red+Green+Blue) = 219+5+221=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB05DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05DD is #24FA22. Grayscale: #5C5C5C. Windows color (decimal): -2423331 or 14484955. OLE color: 14484955.

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

Color convert

RGB 219 5 221 -
CMYK 0.01 0.98 0 0.13
HSL 299.44º 0.96% 0.44% -
HSV(B) 299.44º 0.98% 0.87% -
XYZ 42.32 20.39 70.11 -
YUV 93.61 199.9 217.44 -
System Red Green Blue C M Y K H S L
Decimal 219 5 221 0.01 0.98 0 0.13 299.44 0.96 0.44
Hex DB 5 DD 1 62 0 D 12B 60 2C
Octal 333 5 335 1 142 0 15 453 140 54
Binary 11011011 101 11011101 1 1100010 0 1101 100101011 1100000 101100

Color Harmonies of #DB05DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB05DD

Black with #DB05DD

Text Example


Text Example

White with #DB05DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB05DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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