Html Css Color HEX #DC167B Medium Violet Red

📋 copy color: '#DC167B'

red 220 ◦ green 22 ◦ blue 123

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

Shades of Medium Violet Red #DC167B

Tints of Medium Violet Red #DC167B

RGB

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

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

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

R = 60.27%
G = 6.03%
B = 33.7%

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

#DC167B (or 0xDC167B) is known color: Medium Violet Red. HEX triplet: DC, 16 and 7B. RGB value is (220,22,123). Sum of RGB (Red+Green+Blue) = 220+22+123=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC167B is #23E984. Grayscale: #5C5C5C. Windows color (decimal): -2353541 or 8066780. OLE color: 8066780.

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

Color convert

RGB 220 22 123 -
CMYK 0 0.9 0.44 0.14
HSL 329.39º 0.82% 0.47% -
HSV(B) 329.39º 0.9% 0.86% -
XYZ 33.38 17.22 20.3 -
YUV 92.72 145.1 218.79 -
System Red Green Blue C M Y K H S L
Decimal 220 22 123 0 0.9 0.44 0.14 329.39 0.82 0.47
Hex DC 16 7B 0 5A 2C E 149 52 2F
Octal 334 26 173 0 132 54 16 511 122 57
Binary 11011100 10110 1111011 0 1011010 101100 1110 101001001 1010010 101111

Color Harmonies of #DC167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC167B

Black with #DC167B

Text Example


Text Example

White with #DC167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC167B; }

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

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

background-color css

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

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

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

border-color css

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

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

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