#D55663

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

Shades of Mandy #D55663

Tints of Mandy #D55663

Color information

#D55663 (or 0xD55663) is unknown color: approx Mandy. HEX triplet: D5, 56 and 63. RGB value is (213,86,99). Sum of RGB (Red+Green+Blue) = 213+86+99=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D55663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55663 is #2AA99C. Grayscale: #7D7D7D. Windows color (decimal): -2795933 or 6510293. OLE color: 6510293.

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

Color convert

RGB2138699-
CMYK00.600.540.16
HSL353.86º60.19%58.63%-
HSV(B)353.86º59.62%83.53%-
XYZ33.0221.714.25-
YUV125.46113.08190.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.52%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=53.52%
G=21.61%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213869900.600.540.16353.8660.1958.63
HexD5566303C36101623c3b
Octal32512614307466205427473
Binary1101010110101101100011011110011011010000101100010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55663; }

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

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

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

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

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

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

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

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