#D32292

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

Shades of Medium Violet Red #D32292

Tints of Medium Violet Red #D32292

Color information

#D32292 (or 0xD32292) is unknown color: approx Medium Violet Red. HEX triplet: D3, 22 and 92. RGB value is (211,34,146). Sum of RGB (Red+Green+Blue) = 211+34+146=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D32292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32292 is #2CDD6D. Grayscale: #636363. Windows color (decimal): -2940270 or 9577171. OLE color: 9577171.

HSL color Cylindrical-coordinate representation of color #D32292: hue angle of 322.03º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32292 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB21134146-
CMYK00.840.310.17
HSL322.03º72.24%48.04%-
HSV(B)322.03º83.89%82.75%-
XYZ32.6217.0728.77-
YUV99.69154.14207.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.96%
GREEN value IS 34 (13.67% from 255) = 8.70%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=53.96%
G=8.70%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113414600.840.310.17322.0372.2448.04
HexD322920541F111424830
Octal323422220124372150211060
Binary11010011100010100100100101010011111100011010000101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32292; }

 p { color: rgb(211,34,146); }

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

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

 a { background-color: rgb(211,34,146); }

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

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

 span { border-color: rgb(211,34,146); }

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