#DD4B57

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

Shades of Mandy #DD4B57

Tints of Mandy #DD4B57

Color information

#DD4B57 (or 0xDD4B57) is unknown color: approx Mandy. HEX triplet: DD, 4B and 57. RGB value is (221,75,87). Sum of RGB (Red+Green+Blue) = 221+75+87=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4B57 is #22B4A8. Grayscale: #787878. Windows color (decimal): -2274473 or 5721053. OLE color: 5721053.

HSL color Cylindrical-coordinate representation of color #DD4B57: hue angle of 355.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4B57 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB2217587-
CMYK00.660.610.13
HSL355.07º68.22%58.04%-
HSV(B)355.07º66.06%86.67%-
XYZ34.0621.0911.29-
YUV120.02109.37200.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.70%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 87 (34.38% from 255) = 22.72%
R=57.70%
G=19.58%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221758700.660.610.13355.0768.2258.04
HexDD4B570423DD163443a
Octal3351131270102751554310472
Binary11011101100101110101110100001011110111011011000111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4B57; }

 p { color: rgb(221,75,87); }

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

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

 a { background-color: rgb(221,75,87); }

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

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

 span { border-color: rgb(221,75,87); }

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