#D55B61

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

Shades of Mandy #D55B61

Tints of Mandy #D55B61

Color information

#D55B61 (or 0xD55B61) is unknown color: approx Mandy. HEX triplet: D5, 5B and 61. RGB value is (213,91,97). Sum of RGB (Red+Green+Blue) = 213+91+97=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B61 is #2AA49E. Grayscale: #808080. Windows color (decimal): -2794655 or 6380501. OLE color: 6380501.

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

Color convert

RGB2139197-
CMYK00.570.540.16
HSL357.05º59.22%59.61%-
HSV(B)357.05º57.28%83.53%-
XYZ33.3422.4913.89-
YUV128.16110.42188.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.12%
GREEN value IS 91 (35.94% from 255) = 22.69%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=53.12%
G=22.69%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213919700.570.540.16357.0559.2259.61
HexD55B6103936101653b3c
Octal32513314107166205457374
Binary1101010110110111100001011100111011010000101100101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B61; }

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

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

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

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

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

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

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

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