#D17480

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

Shades of Charm #D17480

Tints of Charm #D17480

Color information

#D17480 (or 0xD17480) is unknown color: approx Charm. HEX triplet: D1, 74 and 80. RGB value is (209,116,128). Sum of RGB (Red+Green+Blue) = 209+116+128=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D17480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17480 is #2E8B7F. Grayscale: #919191. Windows color (decimal): -3050368 or 8418513. OLE color: 8418513.

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

Color convert

RGB209116128-
CMYK00.440.390.18
HSL352.26º50.27%63.73%-
HSV(B)352.26º44.5%81.96%-
XYZ36.4427.623.83-
YUV145.18118.31173.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.14%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=46.14%
G=25.61%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911612800.440.390.18352.2650.2763.73
HexD1748002C27121603240
Octal321164200054472254062100
Binary110100011110100100000000101100100111100101011000001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17480; }

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

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

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

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

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

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

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

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