Html Css Color HEX #DB1697 Medium Violet Red

📋 copy color: '#DB1697'

red 219 ◦ green 22 ◦ blue 151

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

Shades of Medium Violet Red #DB1697

Tints of Medium Violet Red #DB1697

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.61%

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

R = 55.87%
G = 5.61%
B = 38.52%

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

#DB1697 (or 0xDB1697) is known color: Medium Violet Red. HEX triplet: DB, 16 and 97. RGB value is (219,22,151). Sum of RGB (Red+Green+Blue) = 219+22+151=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1697 is #24E968. Grayscale: #5F5F5F. Windows color (decimal): -2419049 or 9901787. OLE color: 9901787.

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

Color convert

RGB 219 22 151 -
CMYK 0 0.90 0.31 0.14
HSL 320.71º 0.82% 0.47% -
HSV(B) 320.71º 0.9% 0.86% -
XYZ 35.09 17.87 30.88 -
YUV 95.61 159.27 216.01 -
System Red Green Blue C M Y K H S L
Decimal 219 22 151 0 0.90 0.31 0.14 320.71 0.82 0.47
Hex DB 16 97 0 5A 1F E 141 52 2F
Octal 333 26 227 0 132 37 16 501 122 57
Binary 11011011 10110 10010111 0 1011010 11111 1110 101000001 1010010 101111

Color Harmonies of #DB1697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1697

Black with #DB1697

Text Example


Text Example

White with #DB1697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1697; }

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

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

background-color css

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

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

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

border-color css

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

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

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