Html Css Color HEX #DC0983 Medium Violet Red

📋 copy color: '#DC0983'

red 220 ◦ green 9 ◦ blue 131

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

Shades of Medium Violet Red #DC0983

Tints of Medium Violet Red #DC0983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.5%

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

R = 61.11%
G = 2.5%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0983 (or 0xDC0983) is known color: Medium Violet Red. HEX triplet: DC, 09 and 83. RGB value is (220,9,131). Sum of RGB (Red+Green+Blue) = 220+9+131=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0983 is #23F67C. Grayscale: #555555. Windows color (decimal): -2356861 or 8587740. OLE color: 8587740.

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

Color convert

RGB 220 9 131 -
CMYK 0 0.96 0.40 0.14
HSL 325.31º 0.92% 0.45% -
HSV(B) 325.31º 0.96% 0.86% -
XYZ 33.71 17.05 22.99 -
YUV 86 153.4 223.58 -
System Red Green Blue C M Y K H S L
Decimal 220 9 131 0 0.96 0.40 0.14 325.31 0.92 0.45
Hex DC 9 83 0 60 28 E 145 5C 2D
Octal 334 11 203 0 140 50 16 505 134 55
Binary 11011100 1001 10000011 0 1100000 101000 1110 101000101 1011100 101101

Color Harmonies of #DC0983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0983

Black with #DC0983

Text Example


Text Example

White with #DC0983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0983; }

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

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

background-color css

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

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

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

border-color css

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

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

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