Html Css Color HEX #DC157D Medium Violet Red

📋 copy color: '#DC157D'

red 220 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #DC157D

Tints of Medium Violet Red #DC157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 60.11%
G = 5.74%
B = 34.15%

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

#DC157D (or 0xDC157D) is known color: Medium Violet Red. HEX triplet: DC, 15 and 7D. RGB value is (220,21,125). Sum of RGB (Red+Green+Blue) = 220+21+125=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC157D is #23EA82. Grayscale: #5C5C5C. Windows color (decimal): -2353795 or 8197596. OLE color: 8197596.

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

Color convert

RGB 220 21 125 -
CMYK 0 0.90 0.43 0.14
HSL 328.64º 0.83% 0.47% -
HSV(B) 328.64º 0.9% 0.86% -
XYZ 33.49 17.23 20.96 -
YUV 92.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 220 21 125 0 0.90 0.43 0.14 328.64 0.83 0.47
Hex DC 15 7D 0 5A 2B E 149 53 2F
Octal 334 25 175 0 132 53 16 511 123 57
Binary 11011100 10101 1111101 0 1011010 101011 1110 101001001 1010011 101111

Color Harmonies of #DC157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC157D

Black with #DC157D

Text Example


Text Example

White with #DC157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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