#D1758D

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

Shades of Charm #D1758D

Tints of Charm #D1758D

Color information

#D1758D (or 0xD1758D) is unknown color: approx Charm. HEX triplet: D1, 75 and 8D. RGB value is (209,117,141). Sum of RGB (Red+Green+Blue) = 209+117+141=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1758D is #2E8A72. Grayscale: #939393. Windows color (decimal): -3050099 or 9270737. OLE color: 9270737.

HSL color Cylindrical-coordinate representation of color #D1758D: hue angle of 344.35º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1758D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB209117141-
CMYK00.440.330.18
HSL344.35º50%63.92%-
HSV(B)344.35º44.02%81.96%-
XYZ37.4628.228.67-
YUV147.24124.48172.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=44.75%
G=25.05%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911714100.440.330.18344.355063.92
HexD1758D02C21121583240
Octal321165215054412253062100
Binary110100011110101100011010101100100001100101010110001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1758D; }

 p { color: rgb(209,117,141); }

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

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

 a { background-color: rgb(209,117,141); }

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

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

 span { border-color: rgb(209,117,141); }

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