Html Css Color HEX #DC177F Medium Violet Red

📋 copy color: '#DC177F'

red 220 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #DC177F

Tints of Medium Violet Red #DC177F

RGB

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

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

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

R = 59.46%
G = 6.22%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC177F (or 0xDC177F) is known color: Medium Violet Red. HEX triplet: DC, 17 and 7F. RGB value is (220,23,127). Sum of RGB (Red+Green+Blue) = 220+23+127=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC177F is #23E880. Grayscale: #5D5D5D. Windows color (decimal): -2353281 or 8329180. OLE color: 8329180.

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

Color convert

RGB 220 23 127 -
CMYK 0 0.90 0.42 0.14
HSL 328.32º 0.81% 0.48% -
HSV(B) 328.32º 0.9% 0.86% -
XYZ 33.65 17.36 21.66 -
YUV 93.76 146.77 218.04 -
System Red Green Blue C M Y K H S L
Decimal 220 23 127 0 0.90 0.42 0.14 328.32 0.81 0.48
Hex DC 17 7F 0 5A 2A E 148 51 30
Octal 334 27 177 0 132 52 16 510 121 60
Binary 11011100 10111 1111111 0 1011010 101010 1110 101001000 1010001 110000

Color Harmonies of #DC177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC177F

Black with #DC177F

Text Example


Text Example

White with #DC177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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