#D51675

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

Shades of Medium Violet Red #D51675

Tints of Medium Violet Red #D51675

Color information

#D51675 (or 0xD51675) is unknown color: approx Medium Violet Red. HEX triplet: D5, 16 and 75. RGB value is (213,22,117). Sum of RGB (Red+Green+Blue) = 213+22+117=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D51675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51675 is #2AE98A. Grayscale: #595959. Windows color (decimal): -2812299 or 7673557. OLE color: 7673557.

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

Color convert

RGB21322117-
CMYK00.900.450.16
HSL330.16º81.28%46.08%-
HSV(B)330.16º89.67%83.53%-
XYZ30.941618.29-
YUV89.94143.28215.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.51%
GREEN value IS 22 (8.98% from 255) = 6.25%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=60.51%
G=6.25%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132211700.900.450.16330.1681.2846.08
HexD5167505A2D1014a512e
Octal325261650132552051212156
Binary1101010110110111010101011010101101100001010010101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51675; }

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

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

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

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

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

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

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

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