#DD7884

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

Shades of Deep Blush #DD7884

Tints of Deep Blush #DD7884

Color information

#DD7884 (or 0xDD7884) is unknown color: approx Deep Blush. HEX triplet: DD, 78 and 84. RGB value is (221,120,132). Sum of RGB (Red+Green+Blue) = 221+120+132=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7884 is #22877B. Grayscale: #979797. Windows color (decimal): -2262908 or 8681693. OLE color: 8681693.

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

Color convert

RGB221120132-
CMYK00.460.400.13
HSL352.87º59.76%66.86%-
HSV(B)352.87º45.7%86.67%-
XYZ40.730.4725.57-
YUV151.57116.96177.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=46.72%
G=25.37%
B=27.91%

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
Decimal22112013200.460.400.13352.8759.7666.86
HexDD788402E28D1613c43
Octal335170204056501554174103
Binary11011101111100010000100010111010100011011011000011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7884; }

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

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

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

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

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

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

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

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