#D51674

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

Shades of Medium Violet Red #D51674

Tints of Medium Violet Red #D51674

Color information

#D51674 (or 0xD51674) is unknown color: approx Medium Violet Red. HEX triplet: D5, 16 and 74. RGB value is (213,22,116). Sum of RGB (Red+Green+Blue) = 213+22+116=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D51674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51674 is #2AE98B. Grayscale: #595959. Windows color (decimal): -2812300 or 7608021. OLE color: 7608021.

HSL color Cylindrical-coordinate representation of color #D51674: hue angle of 330.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51674 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB21322116-
CMYK00.900.460.16
HSL330.47º81.28%46.08%-
HSV(B)330.47º89.67%83.53%-
XYZ30.8815.9817.98-
YUV89.82142.78215.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.68%
GREEN value IS 22 (8.98% from 255) = 6.27%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=60.68%
G=6.27%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132211600.900.460.16330.4781.2846.08
HexD5167405A2E1014a512e
Octal325261640132562051212156
Binary1101010110110111010001011010101110100001010010101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51674; }

 p { color: rgb(213,22,116); }

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

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

 a { background-color: rgb(213,22,116); }

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

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

 span { border-color: rgb(213,22,116); }

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