#D54455

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

Shades of Mandy #D54455

Tints of Mandy #D54455

Color information

#D54455 (or 0xD54455) is unknown color: approx Mandy. HEX triplet: D5, 44 and 55. RGB value is (213,68,85). Sum of RGB (Red+Green+Blue) = 213+68+85=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D54455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54455 is #2ABBAA. Grayscale: #717171. Windows color (decimal): -2800555 or 5588181. OLE color: 5588181.

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

Color convert

RGB2136885-
CMYK00.680.600.16
HSL352.97º63.32%55.1%-
HSV(B)352.97º68.08%83.53%-
XYZ31.1518.9410.61-
YUV113.29112.04199.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.20%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=58.20%
G=18.58%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213688500.680.600.16352.9763.3255.1
HexD544550443C101613f37
Octal325104125010474205417767
Binary11010101100010010101010100010011110010000101100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54455; }

 p { color: rgb(213,68,85); }

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

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

 a { background-color: rgb(213,68,85); }

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

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

 span { border-color: rgb(213,68,85); }

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