#DD7885

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

Shades of Deep Blush #DD7885

Tints of Deep Blush #DD7885

Color information

#DD7885 (or 0xDD7885) is unknown color: approx Deep Blush. HEX triplet: DD, 78 and 85. RGB value is (221,120,133). Sum of RGB (Red+Green+Blue) = 221+120+133=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7885 is #22877A. Grayscale: #979797. Windows color (decimal): -2262907 or 8747229. OLE color: 8747229.

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

Color convert

RGB221120133-
CMYK00.460.400.13
HSL352.28º59.76%66.86%-
HSV(B)352.28º45.7%86.67%-
XYZ40.7730.525.93-
YUV151.68117.46177.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=46.62%
G=25.32%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112013300.460.400.13352.2859.7666.86
HexDD788502E28D1603c43
Octal335170205056501554074103
Binary11011101111100010000101010111010100011011011000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7885; }

 p { color: rgb(221,120,133); }

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

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

 a { background-color: rgb(221,120,133); }

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

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

 span { border-color: rgb(221,120,133); }

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