Html Css Color HEX #DB198C Medium Violet Red

📋 copy color: '#DB198C'

red 219 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #DB198C

Tints of Medium Violet Red #DB198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 57.03%
G = 6.51%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB198C (or 0xDB198C) is known color: Medium Violet Red. HEX triplet: DB, 19 and 8C. RGB value is (219,25,140). Sum of RGB (Red+Green+Blue) = 219+25+140=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB198C is #24E673. Grayscale: #5F5F5F. Windows color (decimal): -2418292 or 9181659. OLE color: 9181659.

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

Color convert

RGB 219 25 140 -
CMYK 0 0.89 0.36 0.14
HSL 324.43º 0.8% 0.48% -
HSV(B) 324.43º 0.89% 0.86% -
XYZ 34.29 17.65 26.41 -
YUV 96.12 152.77 215.65 -
System Red Green Blue C M Y K H S L
Decimal 219 25 140 0 0.89 0.36 0.14 324.43 0.8 0.48
Hex DB 19 8C 0 59 24 E 144 50 30
Octal 333 31 214 0 131 44 16 504 120 60
Binary 11011011 11001 10001100 0 1011001 100100 1110 101000100 1010000 110000

Color Harmonies of #DB198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB198C

Black with #DB198C

Text Example


Text Example

White with #DB198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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