Html Css Color HEX #DC158F Medium Violet Red

📋 copy color: '#DC158F'

red 220 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #DC158F

Tints of Medium Violet Red #DC158F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.24%

R = 57.29%
G = 5.47%
B = 37.24%

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

#DC158F (or 0xDC158F) is known color: Medium Violet Red. HEX triplet: DC, 15 and 8F. RGB value is (220,21,143). Sum of RGB (Red+Green+Blue) = 220+21+143=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC158F is #23EA70. Grayscale: #5E5E5E. Windows color (decimal): -2353777 or 9377244. OLE color: 9377244.

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

Color convert

RGB 220 21 143 -
CMYK 0 0.90 0.35 0.14
HSL 323.22º 0.83% 0.47% -
HSV(B) 323.22º 0.9% 0.86% -
XYZ 34.74 17.74 27.58 -
YUV 94.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 220 21 143 0 0.90 0.35 0.14 323.22 0.83 0.47
Hex DC 15 8F 0 5A 23 E 143 53 2F
Octal 334 25 217 0 132 43 16 503 123 57
Binary 11011100 10101 10001111 0 1011010 100011 1110 101000011 1010011 101111

Color Harmonies of #DC158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC158F

Black with #DC158F

Text Example


Text Example

White with #DC158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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