#D51084

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

Shades of Medium Violet Red #D51084

Tints of Medium Violet Red #D51084

Color information

#D51084 (or 0xD51084) is unknown color: approx Medium Violet Red. HEX triplet: D5, 10 and 84. RGB value is (213,16,132). Sum of RGB (Red+Green+Blue) = 213+16+132=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D51084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51084 is #2AEF7B. Grayscale: #575757. Windows color (decimal): -2813820 or 8655061. OLE color: 8655061.

HSL color Cylindrical-coordinate representation of color #D51084: hue angle of 324.67º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51084 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21316132-
CMYK00.920.380.16
HSL324.67º86.03%44.9%-
HSV(B)324.67º92.49%83.53%-
XYZ31.7916.1823.28-
YUV88.13152.77217.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.00%
GREEN value IS 16 (6.64% from 255) = 4.43%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=59.00%
G=4.43%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131613200.920.380.16324.6786.0344.9
HexD5108405C2610145562d
Octal325202040134462050512655
Binary11010101100001000010001011100100110100001010001011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51084; }

 p { color: rgb(213,16,132); }

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

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

 a { background-color: rgb(213,16,132); }

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

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

 span { border-color: rgb(213,16,132); }

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