#dd6884

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

Shades of Deep Blush #DD6884

Tints of Deep Blush #DD6884

Color information

#DD6884 (or 0xDD6884) is unknown color: approx Deep Blush. HEX triplet: DD, 68 and 84. RGB value is (221,104,132). Sum of RGB (Red+Green+Blue) = 221+104+132=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6884 is #22977B. Grayscale: #8E8E8E. Windows color (decimal): -2267004 or 8677597. OLE color: 8677597.

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

Color convert

RGB221104132-
CMYK00.530.400.13
HSL345.64º63.24%63.73%-
HSV(B)345.64º52.94%86.67%-
XYZ38.9326.9424.98-
YUV142.17122.26184.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=48.36%
G=22.76%
B=28.88%

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
Decimal22110413200.530.400.13345.6463.2463.73
HexDD688403528D15a3f40
Octal335150204065501553277100
Binary11011101110100010000100011010110100011011010110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6884; }

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

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

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

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

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

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

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

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