Html Css Color HEX #DC1796 Medium Violet Red

📋 copy color: '#DC1796'

red 220 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #DC1796

Tints of Medium Violet Red #DC1796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 55.98%
G = 5.85%
B = 38.17%

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

#DC1796 (or 0xDC1796) is known color: Medium Violet Red. HEX triplet: DC, 17 and 96. RGB value is (220,23,150). Sum of RGB (Red+Green+Blue) = 220+23+150=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1796 is #23E869. Grayscale: #606060. Windows color (decimal): -2353258 or 9836508. OLE color: 9836508.

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

Color convert

RGB 220 23 150 -
CMYK 0 0.90 0.32 0.14
HSL 321.32º 0.81% 0.48% -
HSV(B) 321.32º 0.9% 0.86% -
XYZ 35.33 18.03 30.47 -
YUV 96.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 220 23 150 0 0.90 0.32 0.14 321.32 0.81 0.48
Hex DC 17 96 0 5A 20 E 141 51 30
Octal 334 27 226 0 132 40 16 501 121 60
Binary 11011100 10111 10010110 0 1011010 100000 1110 101000001 1010001 110000

Color Harmonies of #DC1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1796

Black with #DC1796

Text Example


Text Example

White with #DC1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1796; }

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

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

background-color css

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

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

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

border-color css

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

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

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