#D1768A

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

Shades of Charm #D1768A

Tints of Charm #D1768A

Color information

#D1768A (or 0xD1768A) is unknown color: approx Charm. HEX triplet: D1, 76 and 8A. RGB value is (209,118,138). Sum of RGB (Red+Green+Blue) = 209+118+138=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1768A is #2E8975. Grayscale: #939393. Windows color (decimal): -3049846 or 9074385. OLE color: 9074385.

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

Color convert

RGB209118138-
CMYK00.440.340.18
HSL346.81º49.73%64.12%-
HSV(B)346.81º43.54%81.96%-
XYZ37.3628.3527.55-
YUV147.49122.65171.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=44.95%
G=25.38%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911813800.440.340.18346.8149.7364.12
HexD1768A02C221215b3240
Octal321166212054422253362100
Binary110100011110110100010100101100100010100101010110111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1768A; }

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

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

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

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

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

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

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

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