#D54656

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

Shades of Mandy #D54656

Tints of Mandy #D54656

Color information

#D54656 (or 0xD54656) is unknown color: approx Mandy. HEX triplet: D5, 46 and 56. RGB value is (213,70,86). Sum of RGB (Red+Green+Blue) = 213+70+86=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D54656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54656 is #2AB9A9. Grayscale: #727272. Windows color (decimal): -2800042 or 5654229. OLE color: 5654229.

HSL color Cylindrical-coordinate representation of color #D54656: hue angle of 353.29º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54656 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB2137086-
CMYK00.670.600.16
HSL353.29º63%55.49%-
HSV(B)353.29º67.14%83.53%-
XYZ31.3119.210.86-
YUV114.58111.88198.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.72%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=57.72%
G=18.97%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213708600.670.600.16353.296355.49
HexD546560433C101613f37
Octal325106126010374205417767
Binary11010101100011010101100100001111110010000101100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54656; }

 p { color: rgb(213,70,86); }

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

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

 a { background-color: rgb(213,70,86); }

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

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

 span { border-color: rgb(213,70,86); }

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