Html Css Color HEX #DC179D Medium Violet Red

📋 copy color: '#DC179D'

red 220 ◦ green 23 ◦ blue 157

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

Shades of Medium Violet Red #DC179D

Tints of Medium Violet Red #DC179D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.75%

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

R = 55%
G = 5.75%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC179D (or 0xDC179D) is known color: Medium Violet Red. HEX triplet: DC, 17 and 9D. RGB value is (220,23,157). Sum of RGB (Red+Green+Blue) = 220+23+157=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC179D is #23E862. Grayscale: #606060. Windows color (decimal): -2353251 or 10295260. OLE color: 10295260.

HSL color Cylindrical-coordinate representation of color #DC179D: hue angle of 319.19º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC179D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 157 -
CMYK 0 0.90 0.29 0.14
HSL 319.19º 0.81% 0.48% -
HSV(B) 319.19º 0.9% 0.86% -
XYZ 35.91 18.26 33.53 -
YUV 97.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 220 23 157 0 0.90 0.29 0.14 319.19 0.81 0.48
Hex DC 17 9D 0 5A 1D E 13F 51 30
Octal 334 27 235 0 132 35 16 477 121 60
Binary 11011100 10111 10011101 0 1011010 11101 1110 100111111 1010001 110000

Color Harmonies of #DC179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC179D

Black with #DC179D

Text Example


Text Example

White with #DC179D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC179D; }

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

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

background-color css

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

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

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

border-color css

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

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

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