Html Css Color HEX #DC1799 Medium Violet Red

📋 copy color: '#DC1799'

red 220 ◦ green 23 ◦ blue 153

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

Shades of Medium Violet Red #DC1799

Tints of Medium Violet Red #DC1799

RGB

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

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

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

R = 55.56%
G = 5.81%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC1799 (or 0xDC1799) is known color: Medium Violet Red. HEX triplet: DC, 17 and 99. RGB value is (220,23,153). Sum of RGB (Red+Green+Blue) = 220+23+153=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1799 is #23E866. Grayscale: #606060. Windows color (decimal): -2353255 or 10033116. OLE color: 10033116.

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

Color convert

RGB 220 23 153 -
CMYK 0 0.90 0.30 0.14
HSL 320.41º 0.81% 0.48% -
HSV(B) 320.41º 0.9% 0.86% -
XYZ 35.57 18.13 31.76 -
YUV 96.72 159.77 215.93 -
System Red Green Blue C M Y K H S L
Decimal 220 23 153 0 0.90 0.30 0.14 320.41 0.81 0.48
Hex DC 17 99 0 5A 1E E 140 51 30
Octal 334 27 231 0 132 36 16 500 121 60
Binary 11011100 10111 10011001 0 1011010 11110 1110 101000000 1010001 110000

Color Harmonies of #DC1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1799

Black with #DC1799

Text Example


Text Example

White with #DC1799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1799; }

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

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

background-color css

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

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

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

border-color css

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

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

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