#DD7682

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

Shades of Deep Blush #DD7682

Tints of Deep Blush #DD7682

Color information

#DD7682 (or 0xDD7682) is unknown color: approx Deep Blush. HEX triplet: DD, 76 and 82. RGB value is (221,118,130). Sum of RGB (Red+Green+Blue) = 221+118+130=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7682 is #22897D. Grayscale: #969696. Windows color (decimal): -2263422 or 8550109. OLE color: 8550109.

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

Color convert

RGB221118130-
CMYK00.470.410.13
HSL353.01º60.23%66.47%-
HSV(B)353.01º46.61%86.67%-
XYZ40.3329.9424.77-
YUV150.16116.62178.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=47.12%
G=25.16%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111813000.470.410.13353.0160.2366.47
HexDD768202F29D1613c42
Octal335166202057511554174102
Binary11011101111011010000010010111110100111011011000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7682; }

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

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

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

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

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

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

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

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