Html Css Color HEX #DC1083 Medium Violet Red

📋 copy color: '#DC1083'

red 220 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #DC1083

Tints of Medium Violet Red #DC1083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.36%

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

R = 59.95%
G = 4.36%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC1083 (or 0xDC1083) is known color: Medium Violet Red. HEX triplet: DC, 10 and 83. RGB value is (220,16,131). Sum of RGB (Red+Green+Blue) = 220+16+131=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1083 is #23EF7C. Grayscale: #595959. Windows color (decimal): -2355069 or 8589532. OLE color: 8589532.

HSL color Cylindrical-coordinate representation of color #DC1083: hue angle of 326.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1083 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 16 131 -
CMYK 0 0.93 0.40 0.14
HSL 326.18º 0.86% 0.46% -
HSV(B) 326.18º 0.93% 0.86% -
XYZ 33.8 17.22 23.02 -
YUV 90.11 151.09 220.65 -
System Red Green Blue C M Y K H S L
Decimal 220 16 131 0 0.93 0.40 0.14 326.18 0.86 0.46
Hex DC 10 83 0 5D 28 E 146 56 2E
Octal 334 20 203 0 135 50 16 506 126 56
Binary 11011100 10000 10000011 0 1011101 101000 1110 101000110 1010110 101110

Color Harmonies of #DC1083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1083

Black with #DC1083

Text Example


Text Example

White with #DC1083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1083; }

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

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

background-color css

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

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

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

border-color css

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

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

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