#D96685

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

Shades of Deep Blush #D96685

Tints of Deep Blush #D96685

Color information

#D96685 (or 0xD96685) is unknown color: approx Deep Blush. HEX triplet: D9, 66 and 85. RGB value is (217,102,133). Sum of RGB (Red+Green+Blue) = 217+102+133=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D96685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96685 is #26997A. Grayscale: #8B8B8B. Windows color (decimal): -2529659 or 8742617. OLE color: 8742617.

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

Color convert

RGB217102133-
CMYK00.530.390.15
HSL343.83º60.21%62.55%-
HSV(B)343.83º53%85.1%-
XYZ37.625.9525.22-
YUV139.92124.1182.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 102 (40.23% from 255) = 22.57%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=48.01%
G=22.57%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710213300.530.390.15343.8360.2162.55
HexD9668503527F1583c3f
Octal33114620506547175307477
Binary1101100111001101000010101101011001111111101011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96685; }

 p { color: rgb(217,102,133); }

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

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

 a { background-color: rgb(217,102,133); }

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

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

 span { border-color: rgb(217,102,133); }

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