#DD7686

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

Shades of Deep Blush #DD7686

Tints of Deep Blush #DD7686

Color information

#DD7686 (or 0xDD7686) is unknown color: approx Deep Blush. HEX triplet: DD, 76 and 86. RGB value is (221,118,134). Sum of RGB (Red+Green+Blue) = 221+118+134=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7686 is #228979. Grayscale: #969696. Windows color (decimal): -2263418 or 8812253. OLE color: 8812253.

HSL color Cylindrical-coordinate representation of color #DD7686: hue angle of 350.68º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7686 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221118134-
CMYK00.470.390.13
HSL350.68º60.23%66.47%-
HSV(B)350.68º46.61%86.67%-
XYZ40.630.0526.21-
YUV150.62118.62178.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=46.72%
G=24.95%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111813400.470.390.13350.6860.2366.47
HexDD768602F27D15f3c42
Octal335166206057471553774102
Binary11011101111011010000110010111110011111011010111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7686; }

 p { color: rgb(221,118,134); }

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

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

 a { background-color: rgb(221,118,134); }

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

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

 span { border-color: rgb(221,118,134); }

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