Html Css Color HEX #DC1794 Medium Violet Red

📋 copy color: '#DC1794'

red 220 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #DC1794

Tints of Medium Violet Red #DC1794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 56.27%
G = 5.88%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC1794 (or 0xDC1794) is known color: Medium Violet Red. HEX triplet: DC, 17 and 94. RGB value is (220,23,148). Sum of RGB (Red+Green+Blue) = 220+23+148=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1794 is #23E86B. Grayscale: #5F5F5F. Windows color (decimal): -2353260 or 9705436. OLE color: 9705436.

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

Color convert

RGB 220 23 148 -
CMYK 0 0.90 0.33 0.14
HSL 321.93º 0.81% 0.48% -
HSV(B) 321.93º 0.9% 0.86% -
XYZ 35.17 17.97 29.63 -
YUV 96.15 157.27 216.34 -
System Red Green Blue C M Y K H S L
Decimal 220 23 148 0 0.90 0.33 0.14 321.93 0.81 0.48
Hex DC 17 94 0 5A 21 E 142 51 30
Octal 334 27 224 0 132 41 16 502 121 60
Binary 11011100 10111 10010100 0 1011010 100001 1110 101000010 1010001 110000

Color Harmonies of #DC1794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1794

Black with #DC1794

Text Example


Text Example

White with #DC1794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1794; }

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

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

background-color css

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

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

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

border-color css

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

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

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