#D9768E

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

Shades of Charm #D9768E

Tints of Charm #D9768E

Color information

#D9768E (or 0xD9768E) is unknown color: approx Charm. HEX triplet: D9, 76 and 8E. RGB value is (217,118,142). Sum of RGB (Red+Green+Blue) = 217+118+142=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D9768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9768E is #268971. Grayscale: #969696. Windows color (decimal): -2525554 or 9336537. OLE color: 9336537.

HSL color Cylindrical-coordinate representation of color #D9768E: hue angle of 345.45º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9768E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217118142-
CMYK00.460.350.15
HSL345.45º56.57%65.69%-
HSV(B)345.45º45.62%85.1%-
XYZ39.9829.6629.21-
YUV150.34123.3175.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=45.49%
G=24.74%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711814200.460.350.15345.4556.5765.69
HexD9768E02E23F1593942
Octal331166216056431753171102
Binary11011001111011010001110010111010001111111010110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9768E; }

 p { color: rgb(217,118,142); }

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

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

 a { background-color: rgb(217,118,142); }

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

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

 span { border-color: rgb(217,118,142); }

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