Html Css Color HEX #DC0086 Medium Violet Red

📋 copy color: '#DC0086'

red 220 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #DC0086

Tints of Medium Violet Red #DC0086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 37.85%

R = 62.15%
G = 0%
B = 37.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC0086 (or 0xDC0086) is known color: Medium Violet Red. HEX triplet: DC, 00 and 86. RGB value is (220,0,134). Sum of RGB (Red+Green+Blue) = 220+0+134=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0086 is #23FF79. Grayscale: #505050. Windows color (decimal): -2359162 or 8782044. OLE color: 8782044.

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

Color convert

RGB 220 0 134 -
CMYK 0 1 0.39 0.14
HSL 323.45º 1% 0.43% -
HSV(B) 323.45º 1% 0.86% -
XYZ 33.82 16.94 24.04 -
YUV 81.06 157.89 227.1 -
System Red Green Blue C M Y K H S L
Decimal 220 0 134 0 1 0.39 0.14 323.45 1 0.43
Hex DC 0 86 0 64 27 E 143 64 2B
Octal 334 0 206 0 144 47 16 503 144 53
Binary 11011100 0 10000110 0 1100100 100111 1110 101000011 1100100 101011

Color Harmonies of #DC0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0086

Black with #DC0086

Text Example


Text Example

White with #DC0086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0086; }

 p { color: rgb(220,0,134); }

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

background-color css

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

 a { background-color: rgb(220,0,134); }

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

border-color css

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

 span { border-color: rgb(220,0,134); }

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