#DD7487

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

Shades of Deep Blush #DD7487

Tints of Deep Blush #DD7487

Color information

#DD7487 (or 0xDD7487) is unknown color: approx Deep Blush. HEX triplet: DD, 74 and 87. RGB value is (221,116,135). Sum of RGB (Red+Green+Blue) = 221+116+135=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7487 is #228B78. Grayscale: #959595. Windows color (decimal): -2263929 or 8877277. OLE color: 8877277.

HSL color Cylindrical-coordinate representation of color #DD7487: hue angle of 349.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7487 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221116135-
CMYK00.480.390.13
HSL349.14º60.69%66.08%-
HSV(B)349.14º47.51%86.67%-
XYZ40.4429.6126.51-
YUV149.56119.79178.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=46.82%
G=24.58%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111613500.480.390.13349.1460.6966.08
HexDD748703027D15d3d42
Octal335164207060471553575102
Binary11011101111010010000111011000010011111011010111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7487; }

 p { color: rgb(221,116,135); }

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

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

 a { background-color: rgb(221,116,135); }

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

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

 span { border-color: rgb(221,116,135); }

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