#D16385

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

Shades of Charm #D16385

Tints of Charm #D16385

Color information

#D16385 (or 0xD16385) is unknown color: approx Charm. HEX triplet: D1, 63 and 85. RGB value is (209,99,133). Sum of RGB (Red+Green+Blue) = 209+99+133=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D16385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16385 is #2E9C7A. Grayscale: #878787. Windows color (decimal): -3054715 or 8741841. OLE color: 8741841.

HSL color Cylindrical-coordinate representation of color #D16385: hue angle of 341.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16385 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB20999133-
CMYK00.530.360.18
HSL341.45º54.46%60.39%-
HSV(B)341.45º52.63%81.96%-
XYZ34.9924.1725.01-
YUV135.77126.44180.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.39%
GREEN value IS 99 (39.06% from 255) = 22.45%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=47.39%
G=22.45%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099913300.530.360.18341.4554.4660.39
HexD163850352412155363c
Octal32114320506544225256674
Binary11010001110001110000101011010110010010010101010101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16385; }

 p { color: rgb(209,99,133); }

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

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

 a { background-color: rgb(209,99,133); }

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

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

 span { border-color: rgb(209,99,133); }

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