#D96280

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

Shades of Deep Blush #D96280

Tints of Deep Blush #D96280

Color information

#D96280 (or 0xD96280) is unknown color: approx Deep Blush. HEX triplet: D9, 62 and 80. RGB value is (217,98,128). Sum of RGB (Red+Green+Blue) = 217+98+128=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D96280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96280 is #269D7F. Grayscale: #898989. Windows color (decimal): -2530688 or 8413913. OLE color: 8413913.

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

Color convert

RGB21798128-
CMYK00.550.410.15
HSL344.87º61.03%61.76%-
HSV(B)344.87º54.84%85.1%-
XYZ36.8825.0523.31-
YUV137122.92185.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=48.98%
G=22.12%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179812800.550.410.15344.8761.0361.76
HexD9628003729F1593d3e
Octal33114220006751175317576
Binary1101100111000101000000001101111010011111101011001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96280; }

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

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

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

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

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

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

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

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