#DD6881

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

Shades of Deep Blush #DD6881

Tints of Deep Blush #DD6881

Color information

#DD6881 (or 0xDD6881) is unknown color: approx Deep Blush. HEX triplet: DD, 68 and 81. RGB value is (221,104,129). Sum of RGB (Red+Green+Blue) = 221+104+129=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6881 is #22977E. Grayscale: #8D8D8D. Windows color (decimal): -2267007 or 8480989. OLE color: 8480989.

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

Color convert

RGB221104129-
CMYK00.530.420.13
HSL347.18º63.24%63.73%-
HSV(B)347.18º52.94%86.67%-
XYZ38.7326.8623.91-
YUV141.83120.76184.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 104 (41.02% from 255) = 22.91%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=48.68%
G=22.91%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110412900.530.420.13347.1863.2463.73
HexDD68810352AD15b3f40
Octal335150201065521553377100
Binary11011101110100010000001011010110101011011010110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6881; }

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

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

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

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

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

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

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

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