#DD5F62

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

Shades of Mandy #DD5F62

Tints of Mandy #DD5F62

Color information

#DD5F62 (or 0xDD5F62) is unknown color: approx Mandy. HEX triplet: DD, 5F and 62. RGB value is (221,95,98). Sum of RGB (Red+Green+Blue) = 221+95+98=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F62 is #22A09D. Grayscale: #858585. Windows color (decimal): -2269342 or 6447069. OLE color: 6447069.

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

Color convert

RGB2219598-
CMYK00.570.560.13
HSL358.57º64.95%61.96%-
HSV(B)358.57º57.01%86.67%-
XYZ36.1224.4414.37-
YUV133.02108.24190.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.38%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=53.38%
G=22.95%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221959800.570.560.13358.5764.9561.96
HexDD5F6203938D167413e
Octal335137142071701554710176
Binary1101110110111111100010011100111100011011011001111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5F62; }

 p { color: rgb(221,95,98); }

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

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

 a { background-color: rgb(221,95,98); }

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

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

 span { border-color: rgb(221,95,98); }

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