#DD7C84

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

Shades of Deep Blush #DD7C84

Tints of Deep Blush #DD7C84

Color information

#DD7C84 (or 0xDD7C84) is unknown color: approx Deep Blush. HEX triplet: DD, 7C and 84. RGB value is (221,124,132). Sum of RGB (Red+Green+Blue) = 221+124+132=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C84 is #22837B. Grayscale: #999999. Windows color (decimal): -2261884 or 8682717. OLE color: 8682717.

HSL color Cylindrical-coordinate representation of color #DD7C84: hue angle of 355.05º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7C84 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221124132-
CMYK00.440.400.13
HSL355.05º58.79%67.65%-
HSV(B)355.05º43.89%86.67%-
XYZ41.1931.4525.73-
YUV153.92115.64175.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=46.33%
G=26.00%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112413200.440.400.13355.0558.7967.65
HexDD7C8402C28D1633b44
Octal335174204054501554373104
Binary11011101111110010000100010110010100011011011000111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C84; }

 p { color: rgb(221,124,132); }

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

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

 a { background-color: rgb(221,124,132); }

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

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

 span { border-color: rgb(221,124,132); }

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