#D97187

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

Shades of Deep Blush #D97187

Tints of Deep Blush #D97187

Color information

#D97187 (or 0xD97187) is unknown color: approx Deep Blush. HEX triplet: D9, 71 and 87. RGB value is (217,113,135). Sum of RGB (Red+Green+Blue) = 217+113+135=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D97187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97187 is #268E78. Grayscale: #929292. Windows color (decimal): -2526841 or 8876505. OLE color: 8876505.

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

Color convert

RGB217113135-
CMYK00.480.380.15
HSL347.31º57.78%64.71%-
HSV(B)347.31º47.93%85.1%-
XYZ38.8928.3126.34-
YUV146.6121.46178.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=46.67%
G=24.30%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711313500.480.380.15347.3157.7864.71
HexD9718703026F15b3a41
Octal331161207060461753372101
Binary11011001111000110000111011000010011011111010110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97187; }

 p { color: rgb(217,113,135); }

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

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

 a { background-color: rgb(217,113,135); }

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

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

 span { border-color: rgb(217,113,135); }

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