#DD465D

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

Shades of Mandy #DD465D

Tints of Mandy #DD465D

Color information

#DD465D (or 0xDD465D) is unknown color: approx Mandy. HEX triplet: DD, 46 and 5D. RGB value is (221,70,93). Sum of RGB (Red+Green+Blue) = 221+70+93=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD465D is #22B9A2. Grayscale: #757575. Windows color (decimal): -2275747 or 6112989. OLE color: 6112989.

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

Color convert

RGB2217093-
CMYK00.680.580.13
HSL350.86º68.95%57.06%-
HSV(B)350.86º68.33%86.67%-
XYZ33.9820.5412.53-
YUV117.77114.03201.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.55%
GREEN value IS 70 (27.73% from 255) = 18.23%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=57.55%
G=18.23%
B=24.22%

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
Decimal221709300.680.580.13350.8668.9557.06
HexDD465D0443AD15f4539
Octal3351061350104721553710571
Binary11011101100011010111010100010011101011011010111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD465D; }

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

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

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

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

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

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

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

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