#D96E8A

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

Shades of Deep Blush #D96E8A

Tints of Deep Blush #D96E8A

Color information

#D96E8A (or 0xD96E8A) is unknown color: approx Deep Blush. HEX triplet: D9, 6E and 8A. RGB value is (217,110,138). Sum of RGB (Red+Green+Blue) = 217+110+138=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96E8A is #269175. Grayscale: #919191. Windows color (decimal): -2527606 or 9072345. OLE color: 9072345.

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

Color convert

RGB217110138-
CMYK00.490.360.15
HSL344.3º58.47%64.12%-
HSV(B)344.3º49.31%85.1%-
XYZ38.7827.7427.35-
YUV145.18123.95179.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=46.67%
G=23.66%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711013800.490.360.15344.358.4764.12
HexD96E8A03124F1583a40
Octal331156212061441753072100
Binary11011001110111010001010011000110010011111010110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96E8A; }

 p { color: rgb(217,110,138); }

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

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

 a { background-color: rgb(217,110,138); }

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

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

 span { border-color: rgb(217,110,138); }

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