Html Css Color HEX #DC1983 Medium Violet Red

📋 copy color: '#DC1983'

red 220 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #DC1983

Tints of Medium Violet Red #DC1983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 58.51%
G = 6.65%
B = 34.84%

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

#DC1983 (or 0xDC1983) is known color: Medium Violet Red. HEX triplet: DC, 19 and 83. RGB value is (220,25,131). Sum of RGB (Red+Green+Blue) = 220+25+131=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1983 is #23E67C. Grayscale: #5F5F5F. Windows color (decimal): -2352765 or 8591836. OLE color: 8591836.

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

Color convert

RGB 220 25 131 -
CMYK 0 0.89 0.40 0.14
HSL 327.38º 0.8% 0.48% -
HSV(B) 327.38º 0.89% 0.86% -
XYZ 33.96 17.55 23.07 -
YUV 95.39 148.1 216.88 -
System Red Green Blue C M Y K H S L
Decimal 220 25 131 0 0.89 0.40 0.14 327.38 0.8 0.48
Hex DC 19 83 0 59 28 E 147 50 30
Octal 334 31 203 0 131 50 16 507 120 60
Binary 11011100 11001 10000011 0 1011001 101000 1110 101000111 1010000 110000

Color Harmonies of #DC1983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1983

Black with #DC1983

Text Example


Text Example

White with #DC1983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1983; }

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

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

background-color css

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

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

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

border-color css

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

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

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