#DD7388

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

Shades of Deep Blush #DD7388

Tints of Deep Blush #DD7388

Color information

#DD7388 (or 0xDD7388) is unknown color: approx Deep Blush. HEX triplet: DD, 73 and 88. RGB value is (221,115,136). Sum of RGB (Red+Green+Blue) = 221+115+136=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7388 is #228C77. Grayscale: #959595. Windows color (decimal): -2264184 or 8942557. OLE color: 8942557.

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

Color convert

RGB221115136-
CMYK00.480.380.13
HSL348.11º60.92%65.88%-
HSV(B)348.11º47.96%86.67%-
XYZ40.3929.4126.84-
YUV149.09120.62179.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 115 (45.31% from 255) = 24.36%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=46.82%
G=24.36%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111513600.480.380.13348.1160.9265.88
HexDD738803026D15c3d42
Octal335163210060461553475102
Binary11011101111001110001000011000010011011011010111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7388; }

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

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

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

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

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

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

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

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