Html Css Color HEX #DC177B Medium Violet Red

📋 copy color: '#DC177B'

red 220 ◦ green 23 ◦ blue 123

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

Shades of Medium Violet Red #DC177B

Tints of Medium Violet Red #DC177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 60.11%
G = 6.28%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC177B (or 0xDC177B) is known color: Medium Violet Red. HEX triplet: DC, 17 and 7B. RGB value is (220,23,123). Sum of RGB (Red+Green+Blue) = 220+23+123=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC177B is #23E884. Grayscale: #5D5D5D. Windows color (decimal): -2353285 or 8067036. OLE color: 8067036.

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

Color convert

RGB 220 23 123 -
CMYK 0 0.90 0.44 0.14
HSL 329.54º 0.81% 0.48% -
HSV(B) 329.54º 0.9% 0.86% -
XYZ 33.4 17.26 20.31 -
YUV 93.3 144.77 218.37 -
System Red Green Blue C M Y K H S L
Decimal 220 23 123 0 0.90 0.44 0.14 329.54 0.81 0.48
Hex DC 17 7B 0 5A 2C E 14A 51 30
Octal 334 27 173 0 132 54 16 512 121 60
Binary 11011100 10111 1111011 0 1011010 101100 1110 101001010 1010001 110000

Color Harmonies of #DC177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC177B

Black with #DC177B

Text Example


Text Example

White with #DC177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC177B; }

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

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

background-color css

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

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

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

border-color css

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

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

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