Html Css Color HEX #DC1795 Medium Violet Red

📋 copy color: '#DC1795'

red 220 ◦ green 23 ◦ blue 149

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

Shades of Medium Violet Red #DC1795

Tints of Medium Violet Red #DC1795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.87%

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

R = 56.12%
G = 5.87%
B = 38.01%

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

#DC1795 (or 0xDC1795) is known color: Medium Violet Red. HEX triplet: DC, 17 and 95. RGB value is (220,23,149). Sum of RGB (Red+Green+Blue) = 220+23+149=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1795 is #23E86A. Grayscale: #5F5F5F. Windows color (decimal): -2353259 or 9770972. OLE color: 9770972.

HSL color Cylindrical-coordinate representation of color #DC1795: hue angle of 321.62º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1795 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 149 -
CMYK 0 0.90 0.32 0.14
HSL 321.62º 0.81% 0.48% -
HSV(B) 321.62º 0.9% 0.86% -
XYZ 35.25 18 30.05 -
YUV 96.27 157.77 216.25 -
System Red Green Blue C M Y K H S L
Decimal 220 23 149 0 0.90 0.32 0.14 321.62 0.81 0.48
Hex DC 17 95 0 5A 20 E 142 51 30
Octal 334 27 225 0 132 40 16 502 121 60
Binary 11011100 10111 10010101 0 1011010 100000 1110 101000010 1010001 110000

Color Harmonies of #DC1795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1795

Black with #DC1795

Text Example


Text Example

White with #DC1795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1795; }

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

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

background-color css

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

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

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

border-color css

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

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

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