Html Css Color HEX #DC157E Medium Violet Red

📋 copy color: '#DC157E'

red 220 ◦ green 21 ◦ blue 126

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

Shades of Medium Violet Red #DC157E

Tints of Medium Violet Red #DC157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 59.95%
G = 5.72%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC157E (or 0xDC157E) is known color: Medium Violet Red. HEX triplet: DC, 15 and 7E. RGB value is (220,21,126). Sum of RGB (Red+Green+Blue) = 220+21+126=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC157E is #23EA81. Grayscale: #5C5C5C. Windows color (decimal): -2353794 or 8263132. OLE color: 8263132.

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

Color convert

RGB 220 21 126 -
CMYK 0 0.90 0.43 0.14
HSL 328.34º 0.83% 0.47% -
HSV(B) 328.34º 0.9% 0.86% -
XYZ 33.55 17.26 21.3 -
YUV 92.47 146.93 218.96 -
System Red Green Blue C M Y K H S L
Decimal 220 21 126 0 0.90 0.43 0.14 328.34 0.83 0.47
Hex DC 15 7E 0 5A 2B E 148 53 2F
Octal 334 25 176 0 132 53 16 510 123 57
Binary 11011100 10101 1111110 0 1011010 101011 1110 101001000 1010011 101111

Color Harmonies of #DC157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC157E

Black with #DC157E

Text Example


Text Example

White with #DC157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC157E; }

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

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

background-color css

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

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

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

border-color css

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

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

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