#DD6782

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

Shades of Deep Blush #DD6782

Tints of Deep Blush #DD6782

Color information

#DD6782 (or 0xDD6782) is unknown color: approx Deep Blush. HEX triplet: DD, 67 and 82. RGB value is (221,103,130). Sum of RGB (Red+Green+Blue) = 221+103+130=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6782 is #22987D. Grayscale: #8D8D8D. Windows color (decimal): -2267262 or 8546269. OLE color: 8546269.

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

Color convert

RGB221103130-
CMYK00.530.410.13
HSL346.27º63.44%63.53%-
HSV(B)346.27º53.39%86.67%-
XYZ38.726.6824.23-
YUV141.36121.59184.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 103 (40.62% from 255) = 22.69%
BLUE value IS 130 (51.17% from 255) = 28.63%
R=48.68%
G=22.69%
B=28.63%

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
Decimal22110313000.530.410.13346.2763.4463.53
HexDD678203529D15a3f40
Octal335147202065511553277100
Binary11011101110011110000010011010110100111011010110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6782; }

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

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

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

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

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

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

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

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