Html Css Color HEX #DB197C Medium Violet Red

📋 copy color: '#DB197C'

red 219 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #DB197C

Tints of Medium Violet Red #DB197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 59.51%
G = 6.79%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB197C (or 0xDB197C) is known color: Medium Violet Red. HEX triplet: DB, 19 and 7C. RGB value is (219,25,124). Sum of RGB (Red+Green+Blue) = 219+25+124=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB197C is #24E683. Grayscale: #5E5E5E. Windows color (decimal): -2418308 or 8133083. OLE color: 8133083.

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

Color convert

RGB 219 25 124 -
CMYK 0 0.89 0.43 0.14
HSL 329.38º 0.8% 0.48% -
HSV(B) 329.38º 0.89% 0.86% -
XYZ 33.2 17.21 20.64 -
YUV 94.29 144.77 216.95 -
System Red Green Blue C M Y K H S L
Decimal 219 25 124 0 0.89 0.43 0.14 329.38 0.8 0.48
Hex DB 19 7C 0 59 2B E 149 50 30
Octal 333 31 174 0 131 53 16 511 120 60
Binary 11011011 11001 1111100 0 1011001 101011 1110 101001001 1010000 110000

Color Harmonies of #DB197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB197C

Black with #DB197C

Text Example


Text Example

White with #DB197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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