Html Css Color HEX #DC1985 Medium Violet Red

📋 copy color: '#DC1985'

red 220 ◦ green 25 ◦ blue 133

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

Shades of Medium Violet Red #DC1985

Tints of Medium Violet Red #DC1985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 58.2%
G = 6.61%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC1985 (or 0xDC1985) is known color: Medium Violet Red. HEX triplet: DC, 19 and 85. RGB value is (220,25,133). Sum of RGB (Red+Green+Blue) = 220+25+133=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1985 is #23E67A. Grayscale: #5F5F5F. Windows color (decimal): -2352763 or 8722908. OLE color: 8722908.

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

Color convert

RGB 220 25 133 -
CMYK 0 0.89 0.40 0.14
HSL 326.77º 0.8% 0.48% -
HSV(B) 326.77º 0.89% 0.86% -
XYZ 34.1 17.6 23.79 -
YUV 95.62 149.1 216.72 -
System Red Green Blue C M Y K H S L
Decimal 220 25 133 0 0.89 0.40 0.14 326.77 0.8 0.48
Hex DC 19 85 0 59 28 E 147 50 30
Octal 334 31 205 0 131 50 16 507 120 60
Binary 11011100 11001 10000101 0 1011001 101000 1110 101000111 1010000 110000

Color Harmonies of #DC1985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1985

Black with #DC1985

Text Example


Text Example

White with #DC1985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1985; }

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

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

background-color css

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

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

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

border-color css

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

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

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