Html Css Color HEX #DC159C Medium Violet Red

📋 copy color: '#DC159C'

red 220 ◦ green 21 ◦ blue 156

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

Shades of Medium Violet Red #DC159C

Tints of Medium Violet Red #DC159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 55.42%
G = 5.29%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC159C (or 0xDC159C) is known color: Medium Violet Red. HEX triplet: DC, 15 and 9C. RGB value is (220,21,156). Sum of RGB (Red+Green+Blue) = 220+21+156=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC159C is #23EA63. Grayscale: #5F5F5F. Windows color (decimal): -2353764 or 10229212. OLE color: 10229212.

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

Color convert

RGB 220 21 156 -
CMYK 0 0.90 0.29 0.14
HSL 319.3º 0.83% 0.47% -
HSV(B) 319.3º 0.9% 0.86% -
XYZ 35.78 18.15 33.07 -
YUV 95.89 161.93 216.52 -
System Red Green Blue C M Y K H S L
Decimal 220 21 156 0 0.90 0.29 0.14 319.3 0.83 0.47
Hex DC 15 9C 0 5A 1D E 13F 53 2F
Octal 334 25 234 0 132 35 16 477 123 57
Binary 11011100 10101 10011100 0 1011010 11101 1110 100111111 1010011 101111

Color Harmonies of #DC159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC159C

Black with #DC159C

Text Example


Text Example

White with #DC159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC159C; }

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

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

background-color css

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

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

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

border-color css

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

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

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