#D55F61

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

Shades of Mandy #D55F61

Tints of Mandy #D55F61

Color information

#D55F61 (or 0xD55F61) is unknown color: approx Mandy. HEX triplet: D5, 5F and 61. RGB value is (213,95,97). Sum of RGB (Red+Green+Blue) = 213+95+97=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F61 is #2AA09E. Grayscale: #828282. Windows color (decimal): -2793631 or 6381525. OLE color: 6381525.

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

Color convert

RGB2139597-
CMYK00.550.540.16
HSL358.98º58.42%60.39%-
HSV(B)358.98º55.4%83.53%-
XYZ33.6923.1914.01-
YUV130.51109.09186.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=52.59%
G=23.46%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213959700.550.540.16358.9858.4260.39
HexD55F6103736101673a3c
Octal32513714106766205477274
Binary1101010110111111100001011011111011010000101100111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55F61; }

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

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

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

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

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

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

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

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