#DD6787

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

Shades of Deep Blush #DD6787

Tints of Deep Blush #DD6787

Color information

#DD6787 (or 0xDD6787) is unknown color: approx Deep Blush. HEX triplet: DD, 67 and 87. RGB value is (221,103,135). Sum of RGB (Red+Green+Blue) = 221+103+135=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6787 is #229878. Grayscale: #8D8D8D. Windows color (decimal): -2267257 or 8873949. OLE color: 8873949.

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

Color convert

RGB221103135-
CMYK00.530.390.13
HSL343.73º63.44%63.53%-
HSV(B)343.73º53.39%86.67%-
XYZ39.0426.8226.04-
YUV141.93124.09184.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 135 (53.12% from 255) = 29.41%
R=48.15%
G=22.44%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110313500.530.390.13343.7363.4463.53
HexDD678703527D1583f40
Octal335147207065471553077100
Binary11011101110011110000111011010110011111011010110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6787; }

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

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

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

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

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

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

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

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