#DD6887

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

Shades of Deep Blush #DD6887

Tints of Deep Blush #DD6887

Color information

#DD6887 (or 0xDD6887) is unknown color: approx Deep Blush. HEX triplet: DD, 68 and 87. RGB value is (221,104,135). Sum of RGB (Red+Green+Blue) = 221+104+135=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6887 is #229778. Grayscale: #8E8E8E. Windows color (decimal): -2267001 or 8874205. OLE color: 8874205.

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

Color convert

RGB221104135-
CMYK00.530.390.13
HSL344.1º63.24%63.73%-
HSV(B)344.1º52.94%86.67%-
XYZ39.1427.0226.07-
YUV142.52123.76183.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 135 (53.12% from 255) = 29.35%
R=48.04%
G=22.61%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110413500.530.390.13344.163.2463.73
HexDD688703527D1583f40
Octal335150207065471553077100
Binary11011101110100010000111011010110011111011010110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6887; }

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

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

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

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

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

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

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

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