#DD7882

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

Shades of Deep Blush #DD7882

Tints of Deep Blush #DD7882

Color information

#DD7882 (or 0xDD7882) is unknown color: approx Deep Blush. HEX triplet: DD, 78 and 82. RGB value is (221,120,130). Sum of RGB (Red+Green+Blue) = 221+120+130=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7882 is #22877D. Grayscale: #979797. Windows color (decimal): -2262910 or 8550621. OLE color: 8550621.

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

Color convert

RGB221120130-
CMYK00.460.410.13
HSL354.06º59.76%66.86%-
HSV(B)354.06º45.7%86.67%-
XYZ40.5630.4224.85-
YUV151.34115.96177.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=46.92%
G=25.48%
B=27.60%

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
Decimal22112013000.460.410.13354.0659.7666.86
HexDD788202E29D1623c43
Octal335170202056511554274103
Binary11011101111100010000010010111010100111011011000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7882; }

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

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

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

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

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

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

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

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