#DD6B86

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

Shades of Deep Blush #DD6B86

Tints of Deep Blush #DD6B86

Color information

#DD6B86 (or 0xDD6B86) is unknown color: approx Deep Blush. HEX triplet: DD, 6B and 86. RGB value is (221,107,134). Sum of RGB (Red+Green+Blue) = 221+107+134=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B86 is #229479. Grayscale: #909090. Windows color (decimal): -2266234 or 8809437. OLE color: 8809437.

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

Color convert

RGB221107134-
CMYK00.520.390.13
HSL345.79º62.64%64.31%-
HSV(B)345.79º51.58%86.67%-
XYZ39.3827.6125.81-
YUV144.16122.27182.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=47.84%
G=23.16%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110713400.520.390.13345.7962.6464.31
HexDD6B8603427D15a3f40
Octal335153206064471553277100
Binary11011101110101110000110011010010011111011010110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6B86; }

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

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

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

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

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

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

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

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