Html Css Color HEX #DC1982 Medium Violet Red

📋 copy color: '#DC1982'

red 220 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #DC1982

Tints of Medium Violet Red #DC1982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 58.67%
G = 6.67%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC1982 (or 0xDC1982) is known color: Medium Violet Red. HEX triplet: DC, 19 and 82. RGB value is (220,25,130). Sum of RGB (Red+Green+Blue) = 220+25+130=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1982 is #23E67D. Grayscale: #5F5F5F. Windows color (decimal): -2352766 or 8526300. OLE color: 8526300.

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

Color convert

RGB 220 25 130 -
CMYK 0 0.89 0.41 0.14
HSL 327.69º 0.8% 0.48% -
HSV(B) 327.69º 0.89% 0.86% -
XYZ 33.89 17.52 22.71 -
YUV 95.28 147.6 216.96 -
System Red Green Blue C M Y K H S L
Decimal 220 25 130 0 0.89 0.41 0.14 327.69 0.8 0.48
Hex DC 19 82 0 59 29 E 148 50 30
Octal 334 31 202 0 131 51 16 510 120 60
Binary 11011100 11001 10000010 0 1011001 101001 1110 101001000 1010000 110000

Color Harmonies of #DC1982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1982

Black with #DC1982

Text Example


Text Example

White with #DC1982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1982; }

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

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

background-color css

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

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

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

border-color css

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

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

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