Html Css Color HEX #DC157F Medium Violet Red

📋 copy color: '#DC157F'

red 220 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #DC157F

Tints of Medium Violet Red #DC157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 59.78%
G = 5.71%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC157F (or 0xDC157F) is known color: Medium Violet Red. HEX triplet: DC, 15 and 7F. RGB value is (220,21,127). Sum of RGB (Red+Green+Blue) = 220+21+127=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC157F is #23EA80. Grayscale: #5C5C5C. Windows color (decimal): -2353793 or 8328668. OLE color: 8328668.

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

Color convert

RGB 220 21 127 -
CMYK 0 0.90 0.42 0.14
HSL 328.04º 0.83% 0.47% -
HSV(B) 328.04º 0.9% 0.86% -
XYZ 33.61 17.28 21.64 -
YUV 92.59 147.43 218.88 -
System Red Green Blue C M Y K H S L
Decimal 220 21 127 0 0.90 0.42 0.14 328.04 0.83 0.47
Hex DC 15 7F 0 5A 2A E 148 53 2F
Octal 334 25 177 0 132 52 16 510 123 57
Binary 11011100 10101 1111111 0 1011010 101010 1110 101001000 1010011 101111

Color Harmonies of #DC157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC157F

Black with #DC157F

Text Example


Text Example

White with #DC157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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