Html Css Color HEX #DB1999 Medium Violet Red

📋 copy color: '#DB1999'

red 219 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #DB1999

Tints of Medium Violet Red #DB1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.3%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 55.16%
G = 6.3%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB1999 (or 0xDB1999) is known color: Medium Violet Red. HEX triplet: DB, 19 and 99. RGB value is (219,25,153). Sum of RGB (Red+Green+Blue) = 219+25+153=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1999 is #24E666. Grayscale: #616161. Windows color (decimal): -2418279 or 10033627. OLE color: 10033627.

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

Color convert

RGB 219 25 153 -
CMYK 0 0.89 0.30 0.14
HSL 320.41º 0.8% 0.48% -
HSV(B) 320.41º 0.89% 0.86% -
XYZ 35.31 18.06 31.76 -
YUV 97.6 159.27 214.59 -
System Red Green Blue C M Y K H S L
Decimal 219 25 153 0 0.89 0.30 0.14 320.41 0.8 0.48
Hex DB 19 99 0 59 1E E 140 50 30
Octal 333 31 231 0 131 36 16 500 120 60
Binary 11011011 11001 10011001 0 1011001 11110 1110 101000000 1010000 110000

Color Harmonies of #DB1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1999

Black with #DB1999

Text Example


Text Example

White with #DB1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1999; }

 p { color: rgb(219,25,153); }

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

background-color css

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

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

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

border-color css

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

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

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