#DD7782

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

Shades of Deep Blush #DD7782

Tints of Deep Blush #DD7782

Color information

#DD7782 (or 0xDD7782) is unknown color: approx Deep Blush. HEX triplet: DD, 77 and 82. RGB value is (221,119,130). Sum of RGB (Red+Green+Blue) = 221+119+130=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7782 is #22887D. Grayscale: #969696. Windows color (decimal): -2263166 or 8550365. OLE color: 8550365.

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

Color convert

RGB221119130-
CMYK00.460.410.13
HSL353.53º60%66.67%-
HSV(B)353.53º46.15%86.67%-
XYZ40.4430.1824.81-
YUV150.75116.29178.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 119 (46.88% from 255) = 25.32%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=47.02%
G=25.32%
B=27.66%

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
Decimal22111913000.460.410.13353.536066.67
HexDD778202E29D1623c43
Octal335167202056511554274103
Binary11011101111011110000010010111010100111011011000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7782; }

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

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

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

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

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

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

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

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