#DD7A8D

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

Shades of Deep Blush #DD7A8D

Tints of Deep Blush #DD7A8D

Color information

#DD7A8D (or 0xDD7A8D) is unknown color: approx Deep Blush. HEX triplet: DD, 7A and 8D. RGB value is (221,122,141). Sum of RGB (Red+Green+Blue) = 221+122+141=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A8D is #228572. Grayscale: #999999. Windows color (decimal): -2262387 or 9272029. OLE color: 9272029.

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

Color convert

RGB221122141-
CMYK00.450.360.13
HSL348.48º59.28%67.25%-
HSV(B)348.48º44.8%86.67%-
XYZ41.5931.2129.03-
YUV153.77120.8175.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=45.66%
G=25.21%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112214100.450.360.13348.4859.2867.25
HexDD7A8D02D24D15c3b43
Octal335172215055441553473103
Binary11011101111101010001101010110110010011011010111001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A8D; }

 p { color: rgb(221,122,141); }

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

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

 a { background-color: rgb(221,122,141); }

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

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

 span { border-color: rgb(221,122,141); }

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