#DD6882

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

Shades of Deep Blush #DD6882

Tints of Deep Blush #DD6882

Color information

#DD6882 (or 0xDD6882) is unknown color: approx Deep Blush. HEX triplet: DD, 68 and 82. RGB value is (221,104,130). Sum of RGB (Red+Green+Blue) = 221+104+130=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6882 is #22977D. Grayscale: #8D8D8D. Windows color (decimal): -2267006 or 8546525. OLE color: 8546525.

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

Color convert

RGB221104130-
CMYK00.530.410.13
HSL346.67º63.24%63.73%-
HSV(B)346.67º52.94%86.67%-
XYZ38.826.8824.26-
YUV141.95121.26184.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 104 (41.02% from 255) = 22.86%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=48.57%
G=22.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110413000.530.410.13346.6763.2463.73
HexDD688203529D15b3f40
Octal335150202065511553377100
Binary11011101110100010000010011010110100111011010110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6882; }

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

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

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

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

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

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

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

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