#DD6D88

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

Shades of Deep Blush #DD6D88

Tints of Deep Blush #DD6D88

Color information

#DD6D88 (or 0xDD6D88) is unknown color: approx Deep Blush. HEX triplet: DD, 6D and 88. RGB value is (221,109,136). Sum of RGB (Red+Green+Blue) = 221+109+136=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D88 is #229277. Grayscale: #919191. Windows color (decimal): -2265720 or 8941021. OLE color: 8941021.

HSL color Cylindrical-coordinate representation of color #DD6D88: hue angle of 345.54º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6D88 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221109136-
CMYK00.510.380.13
HSL345.54º62.22%64.71%-
HSV(B)345.54º50.68%86.67%-
XYZ39.7328.0926.62-
YUV145.57122.61181.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=47.42%
G=23.39%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110913600.510.380.13345.5462.2264.71
HexDD6D8803326D15a3e41
Octal335155210063461553276101
Binary11011101110110110001000011001110011011011010110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6D88; }

 p { color: rgb(221,109,136); }

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

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

 a { background-color: rgb(221,109,136); }

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

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

 span { border-color: rgb(221,109,136); }

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