#DD7883

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

Shades of Deep Blush #DD7883

Tints of Deep Blush #DD7883

Color information

#DD7883 (or 0xDD7883) is unknown color: approx Deep Blush. HEX triplet: DD, 78 and 83. RGB value is (221,120,131). Sum of RGB (Red+Green+Blue) = 221+120+131=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7883 is #22877C. Grayscale: #979797. Windows color (decimal): -2262909 or 8616157. OLE color: 8616157.

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

Color convert

RGB221120131-
CMYK00.460.410.13
HSL353.47º59.76%66.86%-
HSV(B)353.47º45.7%86.67%-
XYZ40.6330.4425.21-
YUV151.45116.46177.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=46.82%
G=25.42%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112013100.460.410.13353.4759.7666.86
HexDD788302E29D1613c43
Octal335170203056511554174103
Binary11011101111100010000011010111010100111011011000011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7883; }

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

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

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

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

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

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

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

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