#D51276

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

Shades of Medium Violet Red #D51276

Tints of Medium Violet Red #D51276

Color information

#D51276 (or 0xD51276) is unknown color: approx Medium Violet Red. HEX triplet: D5, 12 and 76. RGB value is (213,18,118). Sum of RGB (Red+Green+Blue) = 213+18+118=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D51276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51276 is #2AED89. Grayscale: #575757. Windows color (decimal): -2813322 or 7738069. OLE color: 7738069.

HSL color Cylindrical-coordinate representation of color #D51276: hue angle of 329.23º degrees, saturation: 0.84, 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 #D51276 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB21318118-
CMYK00.920.450.16
HSL329.23º84.42%45.29%-
HSV(B)329.23º91.55%83.53%-
XYZ30.9315.8918.58-
YUV87.7145.1217.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.03%
GREEN value IS 18 (7.42% from 255) = 5.16%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=61.03%
G=5.16%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131811800.920.450.16329.2384.4245.29
HexD5127605C2D10149542d
Octal325221660134552051112455
Binary1101010110010111011001011100101101100001010010011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51276; }

 p { color: rgb(213,18,118); }

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

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

 a { background-color: rgb(213,18,118); }

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

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

 span { border-color: rgb(213,18,118); }

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