#DD465C

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

Shades of Mandy #DD465C

Tints of Mandy #DD465C

Color information

#DD465C (or 0xDD465C) is unknown color: approx Mandy. HEX triplet: DD, 46 and 5C. RGB value is (221,70,92). Sum of RGB (Red+Green+Blue) = 221+70+92=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD465C is #22B9A3. Grayscale: #757575. Windows color (decimal): -2275748 or 6047453. OLE color: 6047453.

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

Color convert

RGB2217092-
CMYK00.680.580.13
HSL351.26º68.95%57.06%-
HSV(B)351.26º68.33%86.67%-
XYZ33.9420.5312.3-
YUV117.66113.53201.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.70%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=57.70%
G=18.28%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221709200.680.580.13351.2668.9557.06
HexDD465C0443AD15f4539
Octal3351061340104721553710571
Binary11011101100011010111000100010011101011011010111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD465C; }

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

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

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

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

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

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

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

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