#D31C98

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

Shades of Medium Violet Red #D31C98

Tints of Medium Violet Red #D31C98

Color information

#D31C98 (or 0xD31C98) is unknown color: approx Medium Violet Red. HEX triplet: D3, 1C and 98. RGB value is (211,28,152). Sum of RGB (Red+Green+Blue) = 211+28+152=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D31C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31C98 is #2CE367. Grayscale: #606060. Windows color (decimal): -2941800 or 9968851. OLE color: 9968851.

HSL color Cylindrical-coordinate representation of color #D31C98: hue angle of 319.34º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31C98 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB21128152-
CMYK00.870.280.17
HSL319.34º76.57%46.86%-
HSV(B)319.34º86.73%82.75%-
XYZ32.9516.9531.24-
YUV96.85159.13209.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.96%
GREEN value IS 28 (11.33% from 255) = 7.16%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=53.96%
G=7.16%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112815200.870.280.17319.3476.5746.86
HexD31C980571C1113f4d2f
Octal323342300127342147711557
Binary1101001111100100110000101011111100100011001111111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31C98; }

 p { color: rgb(211,28,152); }

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

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

 a { background-color: rgb(211,28,152); }

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

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

 span { border-color: rgb(211,28,152); }

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