Html Css Color HEX #DC167A Medium Violet Red

📋 copy color: '#DC167A'

red 220 ◦ green 22 ◦ blue 122

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

Shades of Medium Violet Red #DC167A

Tints of Medium Violet Red #DC167A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 60.44%
G = 6.04%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC167A (or 0xDC167A) is known color: Medium Violet Red. HEX triplet: DC, 16 and 7A. RGB value is (220,22,122). Sum of RGB (Red+Green+Blue) = 220+22+122=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC167A is #23E985. Grayscale: #5C5C5C. Windows color (decimal): -2353542 or 8001244. OLE color: 8001244.

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

Color convert

RGB 220 22 122 -
CMYK 0 0.9 0.45 0.14
HSL 329.7º 0.82% 0.47% -
HSV(B) 329.7º 0.9% 0.86% -
XYZ 33.31 17.19 19.98 -
YUV 92.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 220 22 122 0 0.9 0.45 0.14 329.7 0.82 0.47
Hex DC 16 7A 0 5A 2D E 14A 52 2F
Octal 334 26 172 0 132 55 16 512 122 57
Binary 11011100 10110 1111010 0 1011010 101101 1110 101001010 1010010 101111

Color Harmonies of #DC167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC167A

Black with #DC167A

Text Example


Text Example

White with #DC167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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