#DD4B62

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

Shades of Mandy #DD4B62

Tints of Mandy #DD4B62

Color information

#DD4B62 (or 0xDD4B62) is unknown color: approx Mandy. HEX triplet: DD, 4B and 62. RGB value is (221,75,98). Sum of RGB (Red+Green+Blue) = 221+75+98=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4B62 is #22B49D. Grayscale: #797979. Windows color (decimal): -2274462 or 6441949. OLE color: 6441949.

HSL color Cylindrical-coordinate representation of color #DD4B62: hue angle of 350.55º 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 #DD4B62 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB2217598-
CMYK00.660.560.13
HSL350.55º68.22%58.04%-
HSV(B)350.55º66.06%86.67%-
XYZ34.5421.2913.84-
YUV121.28114.87199.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.09%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=56.09%
G=19.04%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221759800.660.560.13350.5568.2258.04
HexDD4B6204238D15f443a
Octal3351131420102701553710472
Binary11011101100101111000100100001011100011011010111111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4B62; }

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

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

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

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

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

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

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

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