#D17482

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

Shades of Charm #D17482

Tints of Charm #D17482

Color information

#D17482 (or 0xD17482) is unknown color: approx Charm. HEX triplet: D1, 74 and 82. RGB value is (209,116,130). Sum of RGB (Red+Green+Blue) = 209+116+130=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D17482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17482 is #2E8B7D. Grayscale: #919191. Windows color (decimal): -3050366 or 8549585. OLE color: 8549585.

HSL color Cylindrical-coordinate representation of color #D17482: hue angle of 350.97º 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 #D17482 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB209116130-
CMYK00.440.380.18
HSL350.97º50.27%63.73%-
HSV(B)350.97º44.5%81.96%-
XYZ36.5727.6624.53-
YUV145.4119.31173.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=45.93%
G=25.49%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911613000.440.380.18350.9750.2763.73
HexD1748202C261215f3240
Octal321164202054462253762100
Binary110100011110100100000100101100100110100101010111111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17482; }

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

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

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

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

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

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

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

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