Html Css Color HEX #DC1999 Medium Violet Red

📋 copy color: '#DC1999'

red 220 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #DC1999

Tints of Medium Violet Red #DC1999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.44%

R = 55.28%
G = 6.28%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC1999 (or 0xDC1999) is known color: Medium Violet Red. HEX triplet: DC, 19 and 99. RGB value is (220,25,153). Sum of RGB (Red+Green+Blue) = 220+25+153=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1999 is #23E666. Grayscale: #616161. Windows color (decimal): -2352743 or 10033628. OLE color: 10033628.

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

Color convert

RGB 220 25 153 -
CMYK 0 0.89 0.30 0.14
HSL 320.62º 0.8% 0.48% -
HSV(B) 320.62º 0.89% 0.86% -
XYZ 35.61 18.21 31.78 -
YUV 97.9 159.1 215.09 -
System Red Green Blue C M Y K H S L
Decimal 220 25 153 0 0.89 0.30 0.14 320.62 0.8 0.48
Hex DC 19 99 0 59 1E E 141 50 30
Octal 334 31 231 0 131 36 16 501 120 60
Binary 11011100 11001 10011001 0 1011001 11110 1110 101000001 1010000 110000

Color Harmonies of #DC1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1999

Black with #DC1999

Text Example


Text Example

White with #DC1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1999; }

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

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

background-color css

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

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

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

border-color css

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

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

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