Html Css Color HEX #DC1987 Medium Violet Red

📋 copy color: '#DC1987'

red 220 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #DC1987

Tints of Medium Violet Red #DC1987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.53%

R = 57.89%
G = 6.58%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC1987 (or 0xDC1987) is known color: Medium Violet Red. HEX triplet: DC, 19 and 87. RGB value is (220,25,135). Sum of RGB (Red+Green+Blue) = 220+25+135=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1987 is #23E678. Grayscale: #5F5F5F. Windows color (decimal): -2352761 or 8853980. OLE color: 8853980.

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

Color convert

RGB 220 25 135 -
CMYK 0 0.89 0.39 0.14
HSL 326.15º 0.8% 0.48% -
HSV(B) 326.15º 0.89% 0.86% -
XYZ 34.24 17.66 24.53 -
YUV 95.85 150.1 216.56 -
System Red Green Blue C M Y K H S L
Decimal 220 25 135 0 0.89 0.39 0.14 326.15 0.8 0.48
Hex DC 19 87 0 59 27 E 146 50 30
Octal 334 31 207 0 131 47 16 506 120 60
Binary 11011100 11001 10000111 0 1011001 100111 1110 101000110 1010000 110000

Color Harmonies of #DC1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1987

Black with #DC1987

Text Example


Text Example

White with #DC1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1987; }

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

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

background-color css

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

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

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

border-color css

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

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

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