#D86383

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

Shades of Deep Blush #D86383

Tints of Deep Blush #D86383

Color information

#D86383 (or 0xD86383) is unknown color: approx Deep Blush. HEX triplet: D8, 63 and 83. RGB value is (216,99,131). Sum of RGB (Red+Green+Blue) = 216+99+131=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D86383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86383 is #279C7C. Grayscale: #898989. Windows color (decimal): -2595965 or 8610776. OLE color: 8610776.

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

Color convert

RGB21699131-
CMYK00.540.390.15
HSL343.59º60%61.76%-
HSV(B)343.59º54.17%84.71%-
XYZ36.8825.1624.39-
YUV137.63124.26183.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.43%
GREEN value IS 99 (39.06% from 255) = 22.20%
BLUE value IS 131 (51.56% from 255) = 29.37%
R=48.43%
G=22.20%
B=29.37%

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
Decimal2169913100.540.390.15343.596061.76
HexD8638303627F1583c3e
Octal33014320306647175307476
Binary1101100011000111000001101101101001111111101011000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86383; }

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

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

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

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

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

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

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

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