#D96782

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

Shades of Deep Blush #D96782

Tints of Deep Blush #D96782

Color information

#D96782 (or 0xD96782) is unknown color: approx Deep Blush. HEX triplet: D9, 67 and 82. RGB value is (217,103,130). Sum of RGB (Red+Green+Blue) = 217+103+130=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D96782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96782 is #26987D. Grayscale: #8C8C8C. Windows color (decimal): -2529406 or 8546265. OLE color: 8546265.

HSL color Cylindrical-coordinate representation of color #D96782: hue angle of 345.79º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96782 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217103130-
CMYK00.530.400.15
HSL345.79º60%62.75%-
HSV(B)345.79º52.53%85.1%-
XYZ37.4926.0624.17-
YUV140.16122.27182.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.22%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=48.22%
G=22.89%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710313000.530.400.15345.796062.75
HexD9678203528F15a3c3f
Octal33114720206550175327477
Binary1101100111001111000001001101011010001111101011010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96782; }

 p { color: rgb(217,103,130); }

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

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

 a { background-color: rgb(217,103,130); }

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

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

 span { border-color: rgb(217,103,130); }

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