#D1768F

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

Shades of Charm #D1768F

Tints of Charm #D1768F

Color information

#D1768F (or 0xD1768F) is unknown color: approx Charm. HEX triplet: D1, 76 and 8F. RGB value is (209,118,143). Sum of RGB (Red+Green+Blue) = 209+118+143=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1768F is #2E8970. Grayscale: #949494. Windows color (decimal): -3049841 or 9402065. OLE color: 9402065.

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

Color convert

RGB209118143-
CMYK00.440.320.18
HSL343.52º49.73%64.12%-
HSV(B)343.52º43.54%81.96%-
XYZ37.7328.529.5-
YUV148.06125.15171.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=44.47%
G=25.11%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911814300.440.320.18343.5249.7364.12
HexD1768F02C20121583240
Octal321166217054402253062100
Binary110100011110110100011110101100100000100101010110001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1768F; }

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

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

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

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

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

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

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

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