Html Css Color HEX #DC158E Medium Violet Red

📋 copy color: '#DC158E'

red 220 ◦ green 21 ◦ blue 142

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

Shades of Medium Violet Red #DC158E

Tints of Medium Violet Red #DC158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 57.44%
G = 5.48%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC158E (or 0xDC158E) is known color: Medium Violet Red. HEX triplet: DC, 15 and 8E. RGB value is (220,21,142). Sum of RGB (Red+Green+Blue) = 220+21+142=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC158E is #23EA71. Grayscale: #5E5E5E. Windows color (decimal): -2353778 or 9311708. OLE color: 9311708.

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

Color convert

RGB 220 21 142 -
CMYK 0 0.90 0.35 0.14
HSL 323.52º 0.83% 0.47% -
HSV(B) 323.52º 0.9% 0.86% -
XYZ 34.67 17.7 27.18 -
YUV 94.3 154.93 217.66 -
System Red Green Blue C M Y K H S L
Decimal 220 21 142 0 0.90 0.35 0.14 323.52 0.83 0.47
Hex DC 15 8E 0 5A 23 E 144 53 2F
Octal 334 25 216 0 132 43 16 504 123 57
Binary 11011100 10101 10001110 0 1011010 100011 1110 101000100 1010011 101111

Color Harmonies of #DC158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC158E

Black with #DC158E

Text Example


Text Example

White with #DC158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC158E; }

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

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

background-color css

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

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

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

border-color css

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

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

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