Html Css Color HEX #DB05CC Deep Magenta

📋 copy color: '#DB05CC'

red 219 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #DB05CC

Tints of Deep Magenta #DB05CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 51.17%
G = 1.17%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB05CC (or 0xDB05CC) is known color: Deep Magenta. HEX triplet: DB, 05 and CC. RGB value is (219,5,204). Sum of RGB (Red+Green+Blue) = 219+5+204=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05CC is #24FA33. Grayscale: #5B5B5B. Windows color (decimal): -2423348 or 13370843. OLE color: 13370843.

HSL color Cylindrical-coordinate representation of color #DB05CC: hue angle of 304.21º 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 #DB05CC is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 5 204 -
CMYK 0 0.98 0.07 0.14
HSL 304.21º 0.96% 0.44% -
HSV(B) 304.21º 0.98% 0.86% -
XYZ 40.17 19.53 58.78 -
YUV 91.67 191.4 218.82 -
System Red Green Blue C M Y K H S L
Decimal 219 5 204 0 0.98 0.07 0.14 304.21 0.96 0.44
Hex DB 5 CC 0 62 7 E 130 60 2C
Octal 333 5 314 0 142 7 16 460 140 54
Binary 11011011 101 11001100 0 1100010 111 1110 100110000 1100000 101100

Color Harmonies of #DB05CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB05CC

Black with #DB05CC

Text Example


Text Example

White with #DB05CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB05CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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