Html Css Color HEX #DC118A Medium Violet Red

📋 copy color: '#DC118A'

red 220 ◦ green 17 ◦ blue 138

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

Shades of Medium Violet Red #DC118A

Tints of Medium Violet Red #DC118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 58.67%
G = 4.53%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC118A (or 0xDC118A) is known color: Medium Violet Red. HEX triplet: DC, 11 and 8A. RGB value is (220,17,138). Sum of RGB (Red+Green+Blue) = 220+17+138=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC118A is #23EE75. Grayscale: #5B5B5B. Windows color (decimal): -2354806 or 9048540. OLE color: 9048540.

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

Color convert

RGB 220 17 138 -
CMYK 0 0.92 0.37 0.14
HSL 324.24º 0.86% 0.46% -
HSV(B) 324.24º 0.92% 0.86% -
XYZ 34.3 17.45 25.61 -
YUV 91.49 154.25 219.66 -
System Red Green Blue C M Y K H S L
Decimal 220 17 138 0 0.92 0.37 0.14 324.24 0.86 0.46
Hex DC 11 8A 0 5C 25 E 144 56 2E
Octal 334 21 212 0 134 45 16 504 126 56
Binary 11011100 10001 10001010 0 1011100 100101 1110 101000100 1010110 101110

Color Harmonies of #DC118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC118A

Black with #DC118A

Text Example


Text Example

White with #DC118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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