#D32182

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

Shades of Medium Violet Red #D32182

Tints of Medium Violet Red #D32182

Color information

#D32182 (or 0xD32182) is unknown color: approx Medium Violet Red. HEX triplet: D3, 21 and 82. RGB value is (211,33,130). Sum of RGB (Red+Green+Blue) = 211+33+130=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D32182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32182 is #2CDE7D. Grayscale: #616161. Windows color (decimal): -2940542 or 8528339. OLE color: 8528339.

HSL color Cylindrical-coordinate representation of color #D32182: hue angle of 327.3º degrees, saturation: 0.73, 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 #D32182 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB21133130-
CMYK00.840.380.17
HSL327.3º72.95%47.84%-
HSV(B)327.3º84.36%82.75%-
XYZ31.4416.5522.66-
YUV97.28146.47209.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.42%
GREEN value IS 33 (13.28% from 255) = 8.82%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=56.42%
G=8.82%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113313000.840.380.17327.372.9547.84
HexD3218205426111474930
Octal323412020124462150711160
Binary110100111000011000001001010100100110100011010001111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32182; }

 p { color: rgb(211,33,130); }

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

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

 a { background-color: rgb(211,33,130); }

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

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

 span { border-color: rgb(211,33,130); }

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