Html Css Color HEX #DC1592 Medium Violet Red

📋 copy color: '#DC1592'

red 220 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #DC1592

Tints of Medium Violet Red #DC1592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 56.85%
G = 5.43%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC1592 (or 0xDC1592) is known color: Medium Violet Red. HEX triplet: DC, 15 and 92. RGB value is (220,21,146). Sum of RGB (Red+Green+Blue) = 220+21+146=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1592 is #23EA6D. Grayscale: #5E5E5E. Windows color (decimal): -2353774 or 9573852. OLE color: 9573852.

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

Color convert

RGB 220 21 146 -
CMYK 0 0.90 0.34 0.14
HSL 322.31º 0.83% 0.47% -
HSV(B) 322.31º 0.9% 0.86% -
XYZ 34.97 17.83 28.79 -
YUV 94.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 220 21 146 0 0.90 0.34 0.14 322.31 0.83 0.47
Hex DC 15 92 0 5A 22 E 142 53 2F
Octal 334 25 222 0 132 42 16 502 123 57
Binary 11011100 10101 10010010 0 1011010 100010 1110 101000010 1010011 101111

Color Harmonies of #DC1592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1592

Black with #DC1592

Text Example


Text Example

White with #DC1592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1592; }

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

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

background-color css

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

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

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

border-color css

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

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

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