#DD7381

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

Shades of Deep Blush #DD7381

Tints of Deep Blush #DD7381

Color information

#DD7381 (or 0xDD7381) is unknown color: approx Deep Blush. HEX triplet: DD, 73 and 81. RGB value is (221,115,129). Sum of RGB (Red+Green+Blue) = 221+115+129=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7381 is #228C7E. Grayscale: #949494. Windows color (decimal): -2264191 or 8483805. OLE color: 8483805.

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

Color convert

RGB221115129-
CMYK00.480.420.13
HSL352.08º60.92%65.88%-
HSV(B)352.08º47.96%86.67%-
XYZ39.9129.2224.31-
YUV148.29117.12179.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=47.53%
G=24.73%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111512900.480.420.13352.0860.9265.88
HexDD73810302AD1603d42
Octal335163201060521554075102
Binary11011101111001110000001011000010101011011011000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7381; }

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

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

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

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

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

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

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

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