Html Css Color HEX #DC128E Medium Violet Red

📋 copy color: '#DC128E'

red 220 ◦ green 18 ◦ blue 142

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

Shades of Medium Violet Red #DC128E

Tints of Medium Violet Red #DC128E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.74%

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 57.89%
G = 4.74%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC128E (or 0xDC128E) is known color: Medium Violet Red. HEX triplet: DC, 12 and 8E. RGB value is (220,18,142). Sum of RGB (Red+Green+Blue) = 220+18+142=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC128E is #23ED71. Grayscale: #5C5C5C. Windows color (decimal): -2354546 or 9310940. OLE color: 9310940.

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

Color convert

RGB 220 18 142 -
CMYK 0 0.92 0.35 0.14
HSL 323.17º 0.85% 0.47% -
HSV(B) 323.17º 0.92% 0.86% -
XYZ 34.61 17.6 27.16 -
YUV 92.53 155.92 218.92 -
System Red Green Blue C M Y K H S L
Decimal 220 18 142 0 0.92 0.35 0.14 323.17 0.85 0.47
Hex DC 12 8E 0 5C 23 E 143 55 2F
Octal 334 22 216 0 134 43 16 503 125 57
Binary 11011100 10010 10001110 0 1011100 100011 1110 101000011 1010101 101111

Color Harmonies of #DC128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC128E

Black with #DC128E

Text Example


Text Example

White with #DC128E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC128E; }

 p { color: rgb(220,18,142); }

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

background-color css

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

 a { background-color: rgb(220,18,142); }

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

border-color css

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

 span { border-color: rgb(220,18,142); }

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