#D1718E

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

Shades of Charm #D1718E

Tints of Charm #D1718E

Color information

#D1718E (or 0xD1718E) is unknown color: approx Charm. HEX triplet: D1, 71 and 8E. RGB value is (209,113,142). Sum of RGB (Red+Green+Blue) = 209+113+142=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1718E is #2E8E71. Grayscale: #909090. Windows color (decimal): -3051122 or 9335249. OLE color: 9335249.

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

Color convert

RGB209113142-
CMYK00.460.320.18
HSL341.88º51.06%63.14%-
HSV(B)341.88º45.93%81.96%-
XYZ37.0827.3228.91-
YUV145.01126.3173.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.04%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=45.04%
G=24.35%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911314200.460.320.18341.8851.0663.14
HexD1718E02E2012156333f
Octal32116121605640225266377
Binary11010001111000110001110010111010000010010101010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1718E; }

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

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

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

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

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

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

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

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