#D1708C

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

Shades of Charm #D1708C

Tints of Charm #D1708C

Color information

#D1708C (or 0xD1708C) is unknown color: approx Charm. HEX triplet: D1, 70 and 8C. RGB value is (209,112,140). Sum of RGB (Red+Green+Blue) = 209+112+140=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1708C is #2E8F73. Grayscale: #909090. Windows color (decimal): -3051380 or 9203921. OLE color: 9203921.

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

Color convert

RGB209112140-
CMYK00.460.330.18
HSL342.68º51.32%62.94%-
HSV(B)342.68º46.41%81.96%-
XYZ36.8227.0428.09-
YUV144.2125.64174.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=45.34%
G=24.30%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911214000.460.330.18342.6851.3262.94
HexD1708C02E2112157333f
Octal32116021405641225276377
Binary11010001111000010001100010111010000110010101010111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1708C; }

 p { color: rgb(209,112,140); }

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

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

 a { background-color: rgb(209,112,140); }

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

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

 span { border-color: rgb(209,112,140); }

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