Html Css Color HEX #DB1997 Medium Violet Red

📋 copy color: '#DB1997'

red 219 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #DB1997

Tints of Medium Violet Red #DB1997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 55.44%
G = 6.33%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB1997 (or 0xDB1997) is known color: Medium Violet Red. HEX triplet: DB, 19 and 97. RGB value is (219,25,151). Sum of RGB (Red+Green+Blue) = 219+25+151=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1997 is #24E668. Grayscale: #616161. Windows color (decimal): -2418281 or 9902555. OLE color: 9902555.

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

Color convert

RGB 219 25 151 -
CMYK 0 0.89 0.31 0.14
HSL 321.03º 0.8% 0.48% -
HSV(B) 321.03º 0.89% 0.86% -
XYZ 35.15 17.99 30.9 -
YUV 97.37 158.27 214.75 -
System Red Green Blue C M Y K H S L
Decimal 219 25 151 0 0.89 0.31 0.14 321.03 0.8 0.48
Hex DB 19 97 0 59 1F E 141 50 30
Octal 333 31 227 0 131 37 16 501 120 60
Binary 11011011 11001 10010111 0 1011001 11111 1110 101000001 1010000 110000

Color Harmonies of #DB1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1997

Black with #DB1997

Text Example


Text Example

White with #DB1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1997; }

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

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

background-color css

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

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

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

border-color css

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

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

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