Html Css Color HEX #DB04CD Deep Magenta

📋 copy color: '#DB04CD'

red 219 ◦ green 4 ◦ blue 205

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

Shades of Deep Magenta #DB04CD

Tints of Deep Magenta #DB04CD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 51.17%
G = 0.93%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB04CD (or 0xDB04CD) is known color: Deep Magenta. HEX triplet: DB, 04 and CD. RGB value is (219,4,205). Sum of RGB (Red+Green+Blue) = 219+4+205=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04CD is #24FB32. Grayscale: #5A5A5A. Windows color (decimal): -2423603 or 13436123. OLE color: 13436123.

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

Color convert

RGB 219 4 205 -
CMYK 0 0.98 0.06 0.14
HSL 303.91º 0.96% 0.44% -
HSV(B) 303.91º 0.98% 0.86% -
XYZ 40.28 19.55 59.41 -
YUV 91.2 192.23 219.16 -
System Red Green Blue C M Y K H S L
Decimal 219 4 205 0 0.98 0.06 0.14 303.91 0.96 0.44
Hex DB 4 CD 0 62 6 E 130 60 2C
Octal 333 4 315 0 142 6 16 460 140 54
Binary 11011011 100 11001101 0 1100010 110 1110 100110000 1100000 101100

Color Harmonies of #DB04CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB04CD

Black with #DB04CD

Text Example


Text Example

White with #DB04CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB04CD; }

 p { color: rgb(219,4,205); }

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

background-color css

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

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

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

border-color css

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

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

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