Html Css Color HEX #DB1597 Medium Violet Red

📋 copy color: '#DB1597'

red 219 ◦ green 21 ◦ blue 151

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

Shades of Medium Violet Red #DB1597

Tints of Medium Violet Red #DB1597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.37%

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

R = 56.01%
G = 5.37%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB1597 (or 0xDB1597) is known color: Medium Violet Red. HEX triplet: DB, 15 and 97. RGB value is (219,21,151). Sum of RGB (Red+Green+Blue) = 219+21+151=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1597 is #24EA68. Grayscale: #5E5E5E. Windows color (decimal): -2419305 or 9901531. OLE color: 9901531.

HSL color Cylindrical-coordinate representation of color #DB1597: hue angle of 320.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1597 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 151 -
CMYK 0 0.90 0.31 0.14
HSL 320.61º 0.83% 0.47% -
HSV(B) 320.61º 0.9% 0.86% -
XYZ 35.07 17.83 30.87 -
YUV 95.02 159.6 216.43 -
System Red Green Blue C M Y K H S L
Decimal 219 21 151 0 0.90 0.31 0.14 320.61 0.83 0.47
Hex DB 15 97 0 5A 1F E 141 52 2F
Octal 333 25 227 0 132 37 16 501 122 57
Binary 11011011 10101 10010111 0 1011010 11111 1110 101000001 1010010 101111

Color Harmonies of #DB1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1597

Black with #DB1597

Text Example


Text Example

White with #DB1597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1597; }

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

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

background-color css

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

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

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

border-color css

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

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

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