#D1717B

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

Shades of Charm #D1717B

Tints of Charm #D1717B

Color information

#D1717B (or 0xD1717B) is unknown color: approx Charm. HEX triplet: D1, 71 and 7B. RGB value is (209,113,123). Sum of RGB (Red+Green+Blue) = 209+113+123=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1717B is #2E8E84. Grayscale: #8E8E8E. Windows color (decimal): -3051141 or 8090065. OLE color: 8090065.

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

Color convert

RGB209113123-
CMYK00.460.410.18
HSL353.75º51.06%63.14%-
HSV(B)353.75º45.93%81.96%-
XYZ35.7726.822.03-
YUV142.84116.8175.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.97%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=46.97%
G=25.39%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911312300.460.410.18353.7551.0663.14
HexD1717B02E2912162333f
Octal32116117305651225426377
Binary1101000111100011111011010111010100110010101100010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1717B; }

 p { color: rgb(209,113,123); }

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

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

 a { background-color: rgb(209,113,123); }

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

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

 span { border-color: rgb(209,113,123); }

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