#D97083

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

Shades of Deep Blush #D97083

Tints of Deep Blush #D97083

Color information

#D97083 (or 0xD97083) is unknown color: approx Deep Blush. HEX triplet: D9, 70 and 83. RGB value is (217,112,131). Sum of RGB (Red+Green+Blue) = 217+112+131=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D97083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97083 is #268F7C. Grayscale: #919191. Windows color (decimal): -2527101 or 8614105. OLE color: 8614105.

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

Color convert

RGB217112131-
CMYK00.480.400.15
HSL349.14º58.01%64.51%-
HSV(B)349.14º48.39%85.1%-
XYZ38.5127.9824.84-
YUV145.56119.79178.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 112 (44.14% from 255) = 24.35%
BLUE value IS 131 (51.56% from 255) = 28.48%
R=47.17%
G=24.35%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711213100.480.400.15349.1458.0164.51
HexD9708303028F15d3a41
Octal331160203060501753572101
Binary11011001111000010000011011000010100011111010111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97083; }

 p { color: rgb(217,112,131); }

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

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

 a { background-color: rgb(217,112,131); }

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

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

 span { border-color: rgb(217,112,131); }

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