Html Css Color HEX #DC119A Medium Violet Red

📋 copy color: '#DC119A'

red 220 ◦ green 17 ◦ blue 154

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

Shades of Medium Violet Red #DC119A

Tints of Medium Violet Red #DC119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.35%

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 56.27%
G = 4.35%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC119A (or 0xDC119A) is known color: Medium Violet Red. HEX triplet: DC, 11 and 9A. RGB value is (220,17,154). Sum of RGB (Red+Green+Blue) = 220+17+154=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC119A is #23EE65. Grayscale: #5C5C5C. Windows color (decimal): -2354790 or 10097116. OLE color: 10097116.

HSL color Cylindrical-coordinate representation of color #DC119A: hue angle of 319.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC119A is Cyan = 0, Magento = 0.92, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 17 154 -
CMYK 0 0.92 0.3 0.14
HSL 319.51º 0.86% 0.46% -
HSV(B) 319.51º 0.92% 0.86% -
XYZ 35.55 17.95 32.16 -
YUV 93.32 162.25 218.36 -
System Red Green Blue C M Y K H S L
Decimal 220 17 154 0 0.92 0.3 0.14 319.51 0.86 0.46
Hex DC 11 9A 0 5C 1E E 140 56 2E
Octal 334 21 232 0 134 36 16 500 126 56
Binary 11011100 10001 10011010 0 1011100 11110 1110 101000000 1010110 101110

Color Harmonies of #DC119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC119A

Black with #DC119A

Text Example


Text Example

White with #DC119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC119A; }

 p { color: rgb(220,17,154); }

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

background-color css

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

 a { background-color: rgb(220,17,154); }

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

border-color css

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

 span { border-color: rgb(220,17,154); }

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