#DD7385

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

Shades of Deep Blush #DD7385

Tints of Deep Blush #DD7385

Color information

#DD7385 (or 0xDD7385) is unknown color: approx Deep Blush. HEX triplet: DD, 73 and 85. RGB value is (221,115,133). Sum of RGB (Red+Green+Blue) = 221+115+133=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7385 is #228C7A. Grayscale: #949494. Windows color (decimal): -2264187 or 8745949. OLE color: 8745949.

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

Color convert

RGB221115133-
CMYK00.480.400.13
HSL349.81º60.92%65.88%-
HSV(B)349.81º47.96%86.67%-
XYZ40.1829.3325.73-
YUV148.75119.12179.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 115 (45.31% from 255) = 24.52%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=47.12%
G=24.52%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111513300.480.400.13349.8160.9265.88
HexDD738503028D15e3d42
Octal335163205060501553675102
Binary11011101111001110000101011000010100011011010111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7385; }

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

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

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

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

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

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

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

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