Html Css Color HEX #DC157B Medium Violet Red

📋 copy color: '#DC157B'

red 220 ◦ green 21 ◦ blue 123

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

Shades of Medium Violet Red #DC157B

Tints of Medium Violet Red #DC157B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.77%

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

R = 60.44%
G = 5.77%
B = 33.79%

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

#DC157B (or 0xDC157B) is known color: Medium Violet Red. HEX triplet: DC, 15 and 7B. RGB value is (220,21,123). Sum of RGB (Red+Green+Blue) = 220+21+123=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC157B is #23EA84. Grayscale: #5B5B5B. Windows color (decimal): -2353797 or 8066524. OLE color: 8066524.

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

Color convert

RGB 220 21 123 -
CMYK 0 0.90 0.44 0.14
HSL 329.25º 0.83% 0.47% -
HSV(B) 329.25º 0.9% 0.86% -
XYZ 33.36 17.18 20.3 -
YUV 92.13 145.43 219.21 -
System Red Green Blue C M Y K H S L
Decimal 220 21 123 0 0.90 0.44 0.14 329.25 0.83 0.47
Hex DC 15 7B 0 5A 2C E 149 53 2F
Octal 334 25 173 0 132 54 16 511 123 57
Binary 11011100 10101 1111011 0 1011010 101100 1110 101001001 1010011 101111

Color Harmonies of #DC157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC157B

Black with #DC157B

Text Example


Text Example

White with #DC157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC157B; }

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

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

background-color css

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

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

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

border-color css

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

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

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