#D16780

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

Shades of Charm #D16780

Tints of Charm #D16780

Color information

#D16780 (or 0xD16780) is unknown color: approx Charm. HEX triplet: D1, 67 and 80. RGB value is (209,103,128). Sum of RGB (Red+Green+Blue) = 209+103+128=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D16780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16780 is #2E987F. Grayscale: #898989. Windows color (decimal): -3053696 or 8415185. OLE color: 8415185.

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

Color convert

RGB209103128-
CMYK00.510.390.18
HSL345.85º53.54%61.18%-
HSV(B)345.85º50.72%81.96%-
XYZ35.0424.8123.36-
YUV137.54122.62178.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=47.5%
G=23.41%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910312800.510.390.18345.8553.5461.18
HexD16780033271215a363d
Octal32114720006347225326675
Binary11010001110011110000000011001110011110010101011010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16780; }

 p { color: rgb(209,103,128); }

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

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

 a { background-color: rgb(209,103,128); }

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

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

 span { border-color: rgb(209,103,128); }

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