Html Css Color HEX #DB1CD9 Deep Magenta

📋 copy color: '#DB1CD9'

red 219 ◦ green 28 ◦ blue 217

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

Shades of Deep Magenta #DB1CD9

Tints of Deep Magenta #DB1CD9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.03%

 BLUE value IS 217 (85.16% from 255) = 46.77%

R = 47.2%
G = 6.03%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB1CD9 (or 0xDB1CD9) is known color: Deep Magenta. HEX triplet: DB, 1C and D9. RGB value is (219,28,217). Sum of RGB (Red+Green+Blue) = 219+28+217=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CD9 is #24E326. Grayscale: #6A6A6A. Windows color (decimal): -2417447 or 14228699. OLE color: 14228699.

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

Color convert

RGB 219 28 217 -
CMYK 0 0.87 0.01 0.14
HSL 300.63º 0.77% 0.48% -
HSV(B) 300.63º 0.87% 0.86% -
XYZ 42.15 20.9 67.46 -
YUV 106.66 190.28 208.13 -
System Red Green Blue C M Y K H S L
Decimal 219 28 217 0 0.87 0.01 0.14 300.63 0.77 0.48
Hex DB 1C D9 0 57 1 E 12D 4D 30
Octal 333 34 331 0 127 1 16 455 115 60
Binary 11011011 11100 11011001 0 1010111 1 1110 100101101 1001101 110000

Color Harmonies of #DB1CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CD9

Black with #DB1CD9

Text Example


Text Example

White with #DB1CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CD9; }

 p { color: rgb(219,28,217); }

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

background-color css

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

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

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

border-color css

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

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

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