Html Css Color HEX #DC1578 Medium Violet Red

📋 copy color: '#DC1578'

red 220 ◦ green 21 ◦ blue 120

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

Shades of Medium Violet Red #DC1578

Tints of Medium Violet Red #DC1578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 60.94%
G = 5.82%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC1578 (or 0xDC1578) is known color: Medium Violet Red. HEX triplet: DC, 15 and 78. RGB value is (220,21,120). Sum of RGB (Red+Green+Blue) = 220+21+120=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1578 is #23EA87. Grayscale: #5B5B5B. Windows color (decimal): -2353800 or 7869916. OLE color: 7869916.

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

Color convert

RGB 220 21 120 -
CMYK 0 0.90 0.45 0.14
HSL 330.15º 0.83% 0.47% -
HSV(B) 330.15º 0.9% 0.86% -
XYZ 33.17 17.11 19.32 -
YUV 91.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 220 21 120 0 0.90 0.45 0.14 330.15 0.83 0.47
Hex DC 15 78 0 5A 2D E 14A 53 2F
Octal 334 25 170 0 132 55 16 512 123 57
Binary 11011100 10101 1111000 0 1011010 101101 1110 101001010 1010011 101111

Color Harmonies of #DC1578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1578

Black with #DC1578

Text Example


Text Example

White with #DC1578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1578; }

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

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

background-color css

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

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

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

border-color css

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

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

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