#D87585

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

Shades of Charm #D87585

Tints of Charm #D87585

Color information

#D87585 (or 0xD87585) is unknown color: approx Charm. HEX triplet: D8, 75 and 85. RGB value is (216,117,133). Sum of RGB (Red+Green+Blue) = 216+117+133=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D87585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87585 is #278A7A. Grayscale: #949494. Windows color (decimal): -2591355 or 8746456. OLE color: 8746456.

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

Color convert

RGB216117133-
CMYK00.460.380.15
HSL350.3º55.93%65.29%-
HSV(B)350.3º45.83%84.71%-
XYZ38.9129.0125.74-
YUV148.43119.3176.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.35%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=46.35%
G=25.11%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611713300.460.380.15350.355.9365.29
HexD8758502E26F15e3841
Octal330165205056461753670101
Binary11011000111010110000101010111010011011111010111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87585; }

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

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

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

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

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

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

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

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