#DD7082

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

Shades of Deep Blush #DD7082

Tints of Deep Blush #DD7082

Color information

#DD7082 (or 0xDD7082) is unknown color: approx Deep Blush. HEX triplet: DD, 70 and 82. RGB value is (221,112,130). Sum of RGB (Red+Green+Blue) = 221+112+130=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7082 is #228F7D. Grayscale: #929292. Windows color (decimal): -2264958 or 8548573. OLE color: 8548573.

HSL color Cylindrical-coordinate representation of color #DD7082: hue angle of 350.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7082 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB221112130-
CMYK00.490.410.13
HSL350.09º61.58%65.29%-
HSV(B)350.09º49.32%86.67%-
XYZ39.6428.5724.54-
YUV146.64118.61181.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=47.73%
G=24.19%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111213000.490.410.13350.0961.5865.29
HexDD708203129D15e3e41
Octal335160202061511553676101
Binary11011101111000010000010011000110100111011010111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7082; }

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

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

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

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

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

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

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

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