#D86384

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

Shades of Deep Blush #D86384

Tints of Deep Blush #D86384

Color information

#D86384 (or 0xD86384) is unknown color: approx Deep Blush. HEX triplet: D8, 63 and 84. RGB value is (216,99,132). Sum of RGB (Red+Green+Blue) = 216+99+132=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D86384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86384 is #279C7B. Grayscale: #898989. Windows color (decimal): -2595964 or 8676312. OLE color: 8676312.

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

Color convert

RGB21699132-
CMYK00.540.390.15
HSL343.08º60%61.76%-
HSV(B)343.08º54.17%84.71%-
XYZ36.9525.1924.74-
YUV137.74124.76183.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=48.32%
G=22.15%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169913200.540.390.15343.086061.76
HexD8638403627F1573c3e
Octal33014320406647175277476
Binary1101100011000111000010001101101001111111101010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86384; }

 p { color: rgb(216,99,132); }

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

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

 a { background-color: rgb(216,99,132); }

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

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

 span { border-color: rgb(216,99,132); }

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