#DD6687

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

Shades of Deep Blush #DD6687

Tints of Deep Blush #DD6687

Color information

#DD6687 (or 0xDD6687) is unknown color: approx Deep Blush. HEX triplet: DD, 66 and 87. RGB value is (221,102,135). Sum of RGB (Red+Green+Blue) = 221+102+135=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6687 is #229978. Grayscale: #8D8D8D. Windows color (decimal): -2267513 or 8873693. OLE color: 8873693.

HSL color Cylindrical-coordinate representation of color #DD6687: hue angle of 343.36º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6687 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221102135-
CMYK00.540.390.13
HSL343.36º63.64%63.33%-
HSV(B)343.36º53.85%86.67%-
XYZ38.9426.6226.01-
YUV141.34124.42184.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 135 (53.12% from 255) = 29.48%
R=48.25%
G=22.27%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110213500.540.390.13343.3663.6463.33
HexDD668703627D157403f
Octal335146207066471552710077
Binary11011101110011010000111011011010011111011010101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6687; }

 p { color: rgb(221,102,135); }

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

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

 a { background-color: rgb(221,102,135); }

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

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

 span { border-color: rgb(221,102,135); }

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