#D97480

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

Shades of Deep Blush #D97480

Tints of Deep Blush #D97480

Color information

#D97480 (or 0xD97480) is unknown color: approx Deep Blush. HEX triplet: D9, 74 and 80. RGB value is (217,116,128). Sum of RGB (Red+Green+Blue) = 217+116+128=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D97480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97480 is #268B7F. Grayscale: #939393. Windows color (decimal): -2526080 or 8418521. OLE color: 8418521.

HSL color Cylindrical-coordinate representation of color #D97480: hue angle of 352.87º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97480 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB217116128-
CMYK00.470.410.15
HSL352.87º57.06%65.29%-
HSV(B)352.87º46.54%85.1%-
XYZ38.7628.823.94-
YUV147.57116.96177.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.07%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=47.07%
G=25.16%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711612800.470.410.15352.8757.0665.29
HexD9748002F29F1613941
Octal331164200057511754171101
Binary11011001111010010000000010111110100111111011000011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97480; }

 p { color: rgb(217,116,128); }

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

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

 a { background-color: rgb(217,116,128); }

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

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

 span { border-color: rgb(217,116,128); }

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