#DD4761

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

Shades of Mandy #DD4761

Tints of Mandy #DD4761

Color information

#DD4761 (or 0xDD4761) is unknown color: approx Mandy. HEX triplet: DD, 47 and 61. RGB value is (221,71,97). Sum of RGB (Red+Green+Blue) = 221+71+97=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4761 is #22B89E. Grayscale: #767676. Windows color (decimal): -2275487 or 6375389. OLE color: 6375389.

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

Color convert

RGB2217197-
CMYK00.680.560.13
HSL349.6º68.81%57.25%-
HSV(B)349.6º67.87%86.67%-
XYZ34.2320.7413.51-
YUV118.81115.7200.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.81%
GREEN value IS 71 (28.12% from 255) = 18.25%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=56.81%
G=18.25%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221719700.680.560.13349.668.8157.25
HexDD476104438D15e4539
Octal3351071410104701553610571
Binary11011101100011111000010100010011100011011010111101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4761; }

 p { color: rgb(221,71,97); }

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

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

 a { background-color: rgb(221,71,97); }

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

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

 span { border-color: rgb(221,71,97); }

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