Html Css Color HEX #DC197D Medium Violet Red

📋 copy color: '#DC197D'

red 220 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #DC197D

Tints of Medium Violet Red #DC197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.78%

R = 59.46%
G = 6.76%
B = 33.78%

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

#DC197D (or 0xDC197D) is known color: Medium Violet Red. HEX triplet: DC, 19 and 7D. RGB value is (220,25,125). Sum of RGB (Red+Green+Blue) = 220+25+125=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC197D is #23E682. Grayscale: #5E5E5E. Windows color (decimal): -2352771 or 8198620. OLE color: 8198620.

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

Color convert

RGB 220 25 125 -
CMYK 0 0.89 0.43 0.14
HSL 329.23º 0.8% 0.48% -
HSV(B) 329.23º 0.89% 0.86% -
XYZ 33.56 17.39 20.99 -
YUV 94.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 220 25 125 0 0.89 0.43 0.14 329.23 0.8 0.48
Hex DC 19 7D 0 59 2B E 149 50 30
Octal 334 31 175 0 131 53 16 511 120 60
Binary 11011100 11001 1111101 0 1011001 101011 1110 101001001 1010000 110000

Color Harmonies of #DC197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC197D

Black with #DC197D

Text Example


Text Example

White with #DC197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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