#D86582

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

Shades of Deep Blush #D86582

Tints of Deep Blush #D86582

Color information

#D86582 (or 0xD86582) is unknown color: approx Deep Blush. HEX triplet: D8, 65 and 82. RGB value is (216,101,130). Sum of RGB (Red+Green+Blue) = 216+101+130=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D86582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86582 is #279A7D. Grayscale: #8A8A8A. Windows color (decimal): -2595454 or 8545752. OLE color: 8545752.

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

Color convert

RGB216101130-
CMYK00.530.400.15
HSL344.87º59.59%62.16%-
HSV(B)344.87º53.24%84.71%-
XYZ3725.5224.09-
YUV138.69123.1183.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=48.32%
G=22.60%
B=29.08%

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
Decimal21610113000.530.400.15344.8759.5962.16
HexD8658203528F1593c3e
Octal33014520206550175317476
Binary1101100011001011000001001101011010001111101011001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86582; }

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

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

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

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

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

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

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

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