#D5455C

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

Shades of Mandy #D5455C

Tints of Mandy #D5455C

Color information

#D5455C (or 0xD5455C) is unknown color: approx Mandy. HEX triplet: D5, 45 and 5C. RGB value is (213,69,92). Sum of RGB (Red+Green+Blue) = 213+69+92=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5455C is #2ABAA3. Grayscale: #727272. Windows color (decimal): -2800292 or 6047189. OLE color: 6047189.

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

Color convert

RGB2136992-
CMYK00.680.570.16
HSL350.42º63.16%55.29%-
HSV(B)350.42º67.61%83.53%-
XYZ31.519.1812.17-
YUV114.68115.21198.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.95%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 92 (36.33% from 255) = 24.60%
R=56.95%
G=18.45%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213699200.680.570.16350.4263.1655.29
HexD5455C044391015e3f37
Octal325105134010471205367767
Binary11010101100010110111000100010011100110000101011110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5455C; }

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

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

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

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

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

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

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

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