Html Css Color HEX #DB197F Medium Violet Red

📋 copy color: '#DB197F'

red 219 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #DB197F

Tints of Medium Violet Red #DB197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.23%

R = 59.03%
G = 6.74%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB197F (or 0xDB197F) is known color: Medium Violet Red. HEX triplet: DB, 19 and 7F. RGB value is (219,25,127). Sum of RGB (Red+Green+Blue) = 219+25+127=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB197F is #24E680. Grayscale: #5E5E5E. Windows color (decimal): -2418305 or 8329691. OLE color: 8329691.

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

Color convert

RGB 219 25 127 -
CMYK 0 0.89 0.42 0.14
HSL 328.45º 0.8% 0.48% -
HSV(B) 328.45º 0.89% 0.86% -
XYZ 33.39 17.29 21.66 -
YUV 94.63 146.27 216.71 -
System Red Green Blue C M Y K H S L
Decimal 219 25 127 0 0.89 0.42 0.14 328.45 0.8 0.48
Hex DB 19 7F 0 59 2A E 148 50 30
Octal 333 31 177 0 131 52 16 510 120 60
Binary 11011011 11001 1111111 0 1011001 101010 1110 101001000 1010000 110000

Color Harmonies of #DB197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB197F

Black with #DB197F

Text Example


Text Example

White with #DB197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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