#D17380

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

Shades of Charm #D17380

Tints of Charm #D17380

Color information

#D17380 (or 0xD17380) is unknown color: approx Charm. HEX triplet: D1, 73 and 80. RGB value is (209,115,128). Sum of RGB (Red+Green+Blue) = 209+115+128=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D17380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17380 is #2E8C7F. Grayscale: #909090. Windows color (decimal): -3050624 or 8418257. OLE color: 8418257.

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

Color convert

RGB209115128-
CMYK00.450.390.18
HSL351.7º50.54%63.53%-
HSV(B)351.7º44.98%81.96%-
XYZ36.3227.3823.79-
YUV144.59118.64173.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 128 (50.39% from 255) = 28.32%
R=46.24%
G=25.44%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911512800.450.390.18351.750.5463.53
HexD1738002D27121603340
Octal321163200055472254063100
Binary110100011110011100000000101101100111100101011000001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17380; }

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

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

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

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

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

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

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

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