#D86581

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

Shades of Deep Blush #D86581

Tints of Deep Blush #D86581

Color information

#D86581 (or 0xD86581) is unknown color: approx Deep Blush. HEX triplet: D8, 65 and 81. RGB value is (216,101,129). Sum of RGB (Red+Green+Blue) = 216+101+129=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D86581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86581 is #279A7E. Grayscale: #8A8A8A. Windows color (decimal): -2595455 or 8480216. OLE color: 8480216.

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

Color convert

RGB216101129-
CMYK00.530.400.15
HSL345.39º59.59%62.16%-
HSV(B)345.39º53.24%84.71%-
XYZ36.9425.4923.74-
YUV138.58122.6183.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.43%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=48.43%
G=22.65%
B=28.92%

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
Decimal21610112900.530.400.15345.3959.5962.16
HexD8658103528F1593c3e
Octal33014520106550175317476
Binary1101100011001011000000101101011010001111101011001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86581; }

 p { color: rgb(216,101,129); }

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

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

 a { background-color: rgb(216,101,129); }

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

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

 span { border-color: rgb(216,101,129); }

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