#D0747F

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

Shades of Charm #D0747F

Tints of Charm #D0747F

Color information

#D0747F (or 0xD0747F) is unknown color: approx Charm. HEX triplet: D0, 74 and 7F. RGB value is (208,116,127). Sum of RGB (Red+Green+Blue) = 208+116+127=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0747F is #2F8B80. Grayscale: #909090. Windows color (decimal): -3115905 or 8352976. OLE color: 8352976.

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

Color convert

RGB208116127-
CMYK00.440.390.18
HSL352.83º49.46%63.53%-
HSV(B)352.83º44.23%81.57%-
XYZ36.0927.4323.47-
YUV144.76117.98173.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 127 (50% from 255) = 28.16%
R=46.12%
G=25.72%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811612700.440.390.18352.8349.4663.53
HexD0747F02C27121613140
Octal320164177054472254161100
Binary11010000111010011111110101100100111100101011000011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0747F; }

 p { color: rgb(208,116,127); }

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

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

 a { background-color: rgb(208,116,127); }

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

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

 span { border-color: rgb(208,116,127); }

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