#DD464B

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

Shades of Mandy #DD464B

Tints of Mandy #DD464B

Color information

#DD464B (or 0xDD464B) is unknown color: approx Mandy. HEX triplet: DD, 46 and 4B. RGB value is (221,70,75). Sum of RGB (Red+Green+Blue) = 221+70+75=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD464B is #22B9B4. Grayscale: #737373. Windows color (decimal): -2275765 or 4933341. OLE color: 4933341.

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

Color convert

RGB2217075-
CMYK00.680.660.13
HSL358.01º68.95%57.06%-
HSV(B)358.01º68.33%86.67%-
XYZ33.2820.268.81-
YUV115.72105.03203.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.38%
GREEN value IS 70 (27.73% from 255) = 19.13%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=60.38%
G=19.13%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221707500.680.660.13358.0168.9557.06
HexDD464B04442D1664539
Octal33510611301041021554610571
Binary110111011000110100101101000100100001011011011001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD464B; }

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

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

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

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

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

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

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

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