Html Css Color HEX #DC1996 Medium Violet Red

📋 copy color: '#DC1996'

red 220 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #DC1996

Tints of Medium Violet Red #DC1996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.33%

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

R = 55.7%
G = 6.33%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC1996 (or 0xDC1996) is known color: Medium Violet Red. HEX triplet: DC, 19 and 96. RGB value is (220,25,150). Sum of RGB (Red+Green+Blue) = 220+25+150=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1996 is #23E669. Grayscale: #616161. Windows color (decimal): -2352746 or 9837020. OLE color: 9837020.

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

Color convert

RGB 220 25 150 -
CMYK 0 0.89 0.32 0.14
HSL 321.54º 0.8% 0.48% -
HSV(B) 321.54º 0.89% 0.86% -
XYZ 35.37 18.11 30.49 -
YUV 97.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 220 25 150 0 0.89 0.32 0.14 321.54 0.8 0.48
Hex DC 19 96 0 59 20 E 142 50 30
Octal 334 31 226 0 131 40 16 502 120 60
Binary 11011100 11001 10010110 0 1011001 100000 1110 101000010 1010000 110000

Color Harmonies of #DC1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1996

Black with #DC1996

Text Example


Text Example

White with #DC1996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1996; }

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

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

background-color css

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

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

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

border-color css

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

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

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