#DD4658

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

Shades of Mandy #DD4658

Tints of Mandy #DD4658

Color information

#DD4658 (or 0xDD4658) is unknown color: approx Mandy. HEX triplet: DD, 46 and 58. RGB value is (221,70,88). Sum of RGB (Red+Green+Blue) = 221+70+88=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4658 is #22B9A7. Grayscale: #757575. Windows color (decimal): -2275752 or 5785309. OLE color: 5785309.

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

Color convert

RGB2217088-
CMYK00.680.600.13
HSL352.85º68.95%57.06%-
HSV(B)352.85º68.33%86.67%-
XYZ33.7720.4611.4-
YUV117.2111.53202.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.31%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=58.31%
G=18.47%
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.13
SystemRedGreenBlueCMYKHSL
Decimal221708800.680.600.13352.8568.9557.06
HexDD46580443CD1614539
Octal3351061300104741554110571
Binary11011101100011010110000100010011110011011011000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4658; }

 p { color: rgb(221,70,88); }

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

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

 a { background-color: rgb(221,70,88); }

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

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

 span { border-color: rgb(221,70,88); }

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