Html Css Color HEX #DC199D Medium Violet Red

📋 copy color: '#DC199D'

red 220 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #DC199D

Tints of Medium Violet Red #DC199D

RGB

 RED value IS 220 (86.33% from 255) = 54.73%

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

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 54.73%
G = 6.22%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC199D (or 0xDC199D) is known color: Medium Violet Red. HEX triplet: DC, 19 and 9D. RGB value is (220,25,157). Sum of RGB (Red+Green+Blue) = 220+25+157=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC199D is #23E662. Grayscale: #626262. Windows color (decimal): -2352739 or 10295772. OLE color: 10295772.

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

Color convert

RGB 220 25 157 -
CMYK 0 0.89 0.29 0.14
HSL 319.38º 0.8% 0.48% -
HSV(B) 319.38º 0.89% 0.86% -
XYZ 35.95 18.35 33.54 -
YUV 98.35 161.1 214.77 -
System Red Green Blue C M Y K H S L
Decimal 220 25 157 0 0.89 0.29 0.14 319.38 0.8 0.48
Hex DC 19 9D 0 59 1D E 13F 50 30
Octal 334 31 235 0 131 35 16 477 120 60
Binary 11011100 11001 10011101 0 1011001 11101 1110 100111111 1010000 110000

Color Harmonies of #DC199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC199D

Black with #DC199D

Text Example


Text Example

White with #DC199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC199D; }

 p { color: rgb(220,25,157); }

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

background-color css

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

 a { background-color: rgb(220,25,157); }

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

border-color css

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

 span { border-color: rgb(220,25,157); }

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