Html Css Color HEX #DC158C Medium Violet Red

📋 copy color: '#DC158C'

red 220 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #DC158C

Tints of Medium Violet Red #DC158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 57.74%
G = 5.51%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC158C (or 0xDC158C) is known color: Medium Violet Red. HEX triplet: DC, 15 and 8C. RGB value is (220,21,140). Sum of RGB (Red+Green+Blue) = 220+21+140=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC158C is #23EA73. Grayscale: #5D5D5D. Windows color (decimal): -2353780 or 9180636. OLE color: 9180636.

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

Color convert

RGB 220 21 140 -
CMYK 0 0.90 0.36 0.14
HSL 324.12º 0.83% 0.47% -
HSV(B) 324.12º 0.9% 0.86% -
XYZ 34.52 17.65 26.4 -
YUV 94.07 153.93 217.82 -
System Red Green Blue C M Y K H S L
Decimal 220 21 140 0 0.90 0.36 0.14 324.12 0.83 0.47
Hex DC 15 8C 0 5A 24 E 144 53 2F
Octal 334 25 214 0 132 44 16 504 123 57
Binary 11011100 10101 10001100 0 1011010 100100 1110 101000100 1010011 101111

Color Harmonies of #DC158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC158C

Black with #DC158C

Text Example


Text Example

White with #DC158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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