Html Css Color HEX #DC1595 Medium Violet Red

📋 copy color: '#DC1595'

red 220 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #DC1595

Tints of Medium Violet Red #DC1595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 56.41%
G = 5.38%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC1595 (or 0xDC1595) is known color: Medium Violet Red. HEX triplet: DC, 15 and 95. RGB value is (220,21,149). Sum of RGB (Red+Green+Blue) = 220+21+149=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1595 is #23EA6A. Grayscale: #5E5E5E. Windows color (decimal): -2353771 or 9770460. OLE color: 9770460.

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

Color convert

RGB 220 21 149 -
CMYK 0 0.90 0.32 0.14
HSL 321.41º 0.83% 0.47% -
HSV(B) 321.41º 0.9% 0.86% -
XYZ 35.21 17.92 30.04 -
YUV 95.09 158.43 217.09 -
System Red Green Blue C M Y K H S L
Decimal 220 21 149 0 0.90 0.32 0.14 321.41 0.83 0.47
Hex DC 15 95 0 5A 20 E 141 53 2F
Octal 334 25 225 0 132 40 16 501 123 57
Binary 11011100 10101 10010101 0 1011010 100000 1110 101000001 1010011 101111

Color Harmonies of #DC1595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1595

Black with #DC1595

Text Example


Text Example

White with #DC1595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1595; }

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

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

background-color css

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

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

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

border-color css

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

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

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