#D17A7D

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

Shades of Charm #D17A7D

Tints of Charm #D17A7D

Color information

#D17A7D (or 0xD17A7D) is unknown color: approx Charm. HEX triplet: D1, 7A and 7D. RGB value is (209,122,125). Sum of RGB (Red+Green+Blue) = 209+122+125=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A7D is #2E8582. Grayscale: #949494. Windows color (decimal): -3048835 or 8223441. OLE color: 8223441.

HSL color Cylindrical-coordinate representation of color #D17A7D: hue angle of 357.93º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17A7D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB209122125-
CMYK00.420.400.18
HSL357.93º48.6%64.9%-
HSV(B)357.93º41.63%81.96%-
XYZ36.9628.9623.04-
YUV148.35114.82171.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=45.83%
G=26.75%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912212500.420.400.18357.9348.664.9
HexD17A7D02A28121663141
Octal321172175052502254661101
Binary11010001111101011111010101010101000100101011001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17A7D; }

 p { color: rgb(209,122,125); }

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

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

 a { background-color: rgb(209,122,125); }

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

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

 span { border-color: rgb(209,122,125); }

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