#D86185

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

Shades of Deep Blush #D86185

Tints of Deep Blush #D86185

Color information

#D86185 (or 0xD86185) is unknown color: approx Deep Blush. HEX triplet: D8, 61 and 85. RGB value is (216,97,133). Sum of RGB (Red+Green+Blue) = 216+97+133=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D86185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86185 is #279E7A. Grayscale: #888888. Windows color (decimal): -2596475 or 8741336. OLE color: 8741336.

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

Color convert

RGB21697133-
CMYK00.550.380.15
HSL341.85º60.41%61.37%-
HSV(B)341.85º55.09%84.71%-
XYZ36.8324.8425.04-
YUV136.68125.92184.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.43%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 133 (52.34% from 255) = 29.82%
R=48.43%
G=21.75%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169713300.550.380.15341.8560.4161.37
HexD8618503726F1563c3d
Octal33014120506746175267475
Binary1101100011000011000010101101111001101111101010110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86185; }

 p { color: rgb(216,97,133); }

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

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

 a { background-color: rgb(216,97,133); }

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

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

 span { border-color: rgb(216,97,133); }

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