#D55B64

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

Shades of Mandy #D55B64

Tints of Mandy #D55B64

Color information

#D55B64 (or 0xD55B64) is unknown color: approx Mandy. HEX triplet: D5, 5B and 64. RGB value is (213,91,100). Sum of RGB (Red+Green+Blue) = 213+91+100=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B64 is #2AA49B. Grayscale: #808080. Windows color (decimal): -2794652 or 6577109. OLE color: 6577109.

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

Color convert

RGB21391100-
CMYK00.570.530.16
HSL355.57º59.22%59.61%-
HSV(B)355.57º57.28%83.53%-
XYZ33.4822.5514.64-
YUV128.5111.92188.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 91 (35.94% from 255) = 22.52%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=52.72%
G=22.52%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139110000.570.530.16355.5759.2259.61
HexD55B6403935101643b3c
Octal32513314407165205447374
Binary1101010110110111100100011100111010110000101100100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B64; }

 p { color: rgb(213,91,100); }

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

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

 a { background-color: rgb(213,91,100); }

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

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

 span { border-color: rgb(213,91,100); }

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