Html Css Color HEX #DC167C Medium Violet Red

📋 copy color: '#DC167C'

red 220 ◦ green 22 ◦ blue 124

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

Shades of Medium Violet Red #DC167C

Tints of Medium Violet Red #DC167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.01%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 60.11%
G = 6.01%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC167C (or 0xDC167C) is known color: Medium Violet Red. HEX triplet: DC, 16 and 7C. RGB value is (220,22,124). Sum of RGB (Red+Green+Blue) = 220+22+124=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC167C is #23E983. Grayscale: #5C5C5C. Windows color (decimal): -2353540 or 8132316. OLE color: 8132316.

HSL color Cylindrical-coordinate representation of color #DC167C: hue angle of 329.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC167C is Cyan = 0, Magento = 0.9, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 124 -
CMYK 0 0.9 0.44 0.14
HSL 329.09º 0.82% 0.47% -
HSV(B) 329.09º 0.9% 0.86% -
XYZ 33.44 17.24 20.63 -
YUV 92.83 145.6 218.71 -
System Red Green Blue C M Y K H S L
Decimal 220 22 124 0 0.9 0.44 0.14 329.09 0.82 0.47
Hex DC 16 7C 0 5A 2C E 149 52 2F
Octal 334 26 174 0 132 54 16 511 122 57
Binary 11011100 10110 1111100 0 1011010 101100 1110 101001001 1010010 101111

Color Harmonies of #DC167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC167C

Black with #DC167C

Text Example


Text Example

White with #DC167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC167C; }

 p { color: rgb(220,22,124); }

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

background-color css

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

 a { background-color: rgb(220,22,124); }

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

border-color css

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

 span { border-color: rgb(220,22,124); }

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