#D55463

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

Shades of Mandy #D55463

Tints of Mandy #D55463

Color information

#D55463 (or 0xD55463) is unknown color: approx Mandy. HEX triplet: D5, 54 and 63. RGB value is (213,84,99). Sum of RGB (Red+Green+Blue) = 213+84+99=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D55463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55463 is #2AAB9C. Grayscale: #7C7C7C. Windows color (decimal): -2796445 or 6509781. OLE color: 6509781.

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

Color convert

RGB2138499-
CMYK00.610.540.16
HSL353.02º60.56%58.24%-
HSV(B)353.02º60.56%83.53%-
XYZ32.8621.3914.2-
YUV124.28113.74191.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.79%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 99 (39.06% from 255) = 25%
R=53.79%
G=21.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213849900.610.540.16353.0260.5658.24
HexD5546303D36101613d3a
Octal32512414307566205417572
Binary1101010110101001100011011110111011010000101100001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55463; }

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

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

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

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

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

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

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

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