#D55C64

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

Shades of Mandy #D55C64

Tints of Mandy #D55C64

Color information

#D55C64 (or 0xD55C64) is unknown color: approx Mandy. HEX triplet: D5, 5C and 64. RGB value is (213,92,100). Sum of RGB (Red+Green+Blue) = 213+92+100=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C64 is #2AA39B. Grayscale: #818181. Windows color (decimal): -2794396 or 6577365. OLE color: 6577365.

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

Color convert

RGB21392100-
CMYK00.570.530.16
HSL356.03º59.02%59.8%-
HSV(B)356.03º56.81%83.53%-
XYZ33.5722.7214.67-
YUV129.09111.59187.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 92 (36.33% from 255) = 22.72%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=52.59%
G=22.72%
B=24.69%

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
Decimal2139210000.570.530.16356.0359.0259.8
HexD55C6403935101643b3c
Octal32513414407165205447374
Binary1101010110111001100100011100111010110000101100100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C64; }

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

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

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

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

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

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

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

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