#D30C86

Color #D30C86 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D30C86

Tints of Medium Violet Red #D30C86

Color information

#D30C86 (or 0xD30C86) is unknown color: approx Medium Violet Red. HEX triplet: D3, 0C and 86. RGB value is (211,12,134). Sum of RGB (Red+Green+Blue) = 211+12+134=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30C86 is #2CF379. Grayscale: #555555. Windows color (decimal): -2945914 or 8785107. OLE color: 8785107.

HSL color Cylindrical-coordinate representation of color #D30C86: hue angle of 323.22º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30C86 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB21112134-
CMYK00.940.360.17
HSL323.22º89.24%43.73%-
HSV(B)323.22º94.31%82.75%-
XYZ31.315.8323.96-
YUV85.41155.43217.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.10%
GREEN value IS 12 (5.08% from 255) = 3.36%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=59.10%
G=3.36%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111213400.940.360.17323.2289.2443.73
HexD3C8605E2411143592c
Octal323142060136442150313154
Binary1101001111001000011001011110100100100011010000111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30C86; }

 p { color: rgb(211,12,134); }

 H1.HeaderClassName
 {
   color: #D30C86;
 }
 .AnyTagClassName
 {
   color: #D30C86;
 }
</style>
background-color css

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

 a { background-color: rgb(211,12,134); }

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

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

 span { border-color: rgb(211,12,134); }

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