#D5495C

Color #D5495C Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #D5495C

Tints of Mandy #D5495C

Color information

#D5495C (or 0xD5495C) is unknown color: approx Mandy. HEX triplet: D5, 49 and 5C. RGB value is (213,73,92). Sum of RGB (Red+Green+Blue) = 213+73+92=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5495C is #2AB6A3. Grayscale: #757575. Windows color (decimal): -2799268 or 6048213. OLE color: 6048213.

HSL color Cylindrical-coordinate representation of color #D5495C: hue angle of 351.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5495C is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB2137392-
CMYK00.660.570.16
HSL351.86º62.5%56.08%-
HSV(B)351.86º65.73%83.53%-
XYZ31.7519.6812.25-
YUV117.03113.88196.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.35%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=56.35%
G=19.31%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213739200.660.570.16351.8662.556.08
HexD5495C04239101603e38
Octal325111134010271205407670
Binary11010101100100110111000100001011100110000101100000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5495C; }

 p { color: rgb(213,73,92); }

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

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

 a { background-color: rgb(213,73,92); }

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

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

 span { border-color: rgb(213,73,92); }

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