#D16480

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

Shades of Charm #D16480

Tints of Charm #D16480

Color information

#D16480 (or 0xD16480) is unknown color: approx Charm. HEX triplet: D1, 64 and 80. RGB value is (209,100,128). Sum of RGB (Red+Green+Blue) = 209+100+128=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D16480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16480 is #2E9B7F. Grayscale: #878787. Windows color (decimal): -3054464 or 8414417. OLE color: 8414417.

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

Color convert

RGB209100128-
CMYK00.520.390.18
HSL344.59º54.23%60.59%-
HSV(B)344.59º52.15%81.96%-
XYZ34.7524.2323.27-
YUV135.78123.61180.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.83%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=47.83%
G=22.88%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910012800.520.390.18344.5954.2360.59
HexD164800342712159363d
Octal32114420006447225316675
Binary11010001110010010000000011010010011110010101011001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16480; }

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

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

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

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

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

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

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

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