#D54552

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

Shades of Mandy #D54552

Tints of Mandy #D54552

Color information

#D54552 (or 0xD54552) is unknown color: approx Mandy. HEX triplet: D5, 45 and 52. RGB value is (213,69,82). Sum of RGB (Red+Green+Blue) = 213+69+82=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D54552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54552 is #2ABAAD. Grayscale: #717171. Windows color (decimal): -2800302 or 5391829. OLE color: 5391829.

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

Color convert

RGB2136982-
CMYK00.680.620.16
HSL354.58º63.16%55.29%-
HSV(B)354.58º67.61%83.53%-
XYZ31.0919.0110.01-
YUV113.54110.21198.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.52%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=58.52%
G=18.96%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213698200.680.620.16354.5863.1655.29
HexD545520443E101633f37
Octal325105122010476205437767
Binary11010101100010110100100100010011111010000101100011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54552; }

 p { color: rgb(213,69,82); }

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

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

 a { background-color: rgb(213,69,82); }

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

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

 span { border-color: rgb(213,69,82); }

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