#D1718A

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

Shades of Charm #D1718A

Tints of Charm #D1718A

Color information

#D1718A (or 0xD1718A) is unknown color: approx Charm. HEX triplet: D1, 71 and 8A. RGB value is (209,113,138). Sum of RGB (Red+Green+Blue) = 209+113+138=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1718A is #2E8E75. Grayscale: #909090. Windows color (decimal): -3051126 or 9073105. OLE color: 9073105.

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

Color convert

RGB209113138-
CMYK00.460.340.18
HSL344.38º51.06%63.14%-
HSV(B)344.38º45.93%81.96%-
XYZ36.7927.227.36-
YUV144.55124.3173.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.43%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 138 (54.30% from 255) = 30%
R=45.43%
G=24.57%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911313800.460.340.18344.3851.0663.14
HexD1718A02E2212158333f
Octal32116121205642225306377
Binary11010001111000110001010010111010001010010101011000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1718A; }

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

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

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

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

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

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

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

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