#DD6885

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

Shades of Deep Blush #DD6885

Tints of Deep Blush #DD6885

Color information

#DD6885 (or 0xDD6885) is unknown color: approx Deep Blush. HEX triplet: DD, 68 and 85. RGB value is (221,104,133). Sum of RGB (Red+Green+Blue) = 221+104+133=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6885 is #22977A. Grayscale: #8E8E8E. Windows color (decimal): -2267003 or 8743133. OLE color: 8743133.

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

Color convert

RGB221104133-
CMYK00.530.400.13
HSL345.13º63.24%63.73%-
HSV(B)345.13º52.94%86.67%-
XYZ3926.9725.34-
YUV142.29122.76184.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=48.25%
G=22.71%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110413300.530.400.13345.1363.2463.73
HexDD688503528D1593f40
Octal335150205065501553177100
Binary11011101110100010000101011010110100011011010110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6885; }

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

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

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

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

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

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

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

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