Html Css Color HEX #DB197A Medium Violet Red

📋 copy color: '#DB197A'

red 219 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #DB197A

Tints of Medium Violet Red #DB197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.33%

R = 59.84%
G = 6.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB197A (or 0xDB197A) is known color: Medium Violet Red. HEX triplet: DB, 19 and 7A. RGB value is (219,25,122). Sum of RGB (Red+Green+Blue) = 219+25+122=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB197A is #24E685. Grayscale: #5D5D5D. Windows color (decimal): -2418310 or 8002011. OLE color: 8002011.

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

Color convert

RGB 219 25 122 -
CMYK 0 0.89 0.44 0.14
HSL 330º 0.8% 0.48% -
HSV(B) 330º 0.89% 0.86% -
XYZ 33.07 17.16 19.98 -
YUV 94.06 143.77 217.11 -
System Red Green Blue C M Y K H S L
Decimal 219 25 122 0 0.89 0.44 0.14 330 0.8 0.48
Hex DB 19 7A 0 59 2C E 14A 50 30
Octal 333 31 172 0 131 54 16 512 120 60
Binary 11011011 11001 1111010 0 1011001 101100 1110 101001010 1010000 110000

Color Harmonies of #DB197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB197A

Black with #DB197A

Text Example


Text Example

White with #DB197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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