#D16980

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

Shades of Charm #D16980

Tints of Charm #D16980

Color information

#D16980 (or 0xD16980) is unknown color: approx Charm. HEX triplet: D1, 69 and 80. RGB value is (209,105,128). Sum of RGB (Red+Green+Blue) = 209+105+128=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D16980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16980 is #2E967F. Grayscale: #8A8A8A. Windows color (decimal): -3053184 or 8415697. OLE color: 8415697.

HSL color Cylindrical-coordinate representation of color #D16980: hue angle of 346.73º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16980 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209105128-
CMYK00.500.390.18
HSL346.73º53.06%61.57%-
HSV(B)346.73º49.76%81.96%-
XYZ35.2425.2223.43-
YUV138.72121.96178.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=47.29%
G=23.76%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910512800.500.390.18346.7353.0661.57
HexD16980032271215b353e
Octal32115120006247225336576
Binary11010001110100110000000011001010011110010101011011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16980; }

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

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

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

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

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

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

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

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