#D0757E

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

Shades of Charm #D0757E

Tints of Charm #D0757E

Color information

#D0757E (or 0xD0757E) is unknown color: approx Charm. HEX triplet: D0, 75 and 7E. RGB value is (208,117,126). Sum of RGB (Red+Green+Blue) = 208+117+126=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0757E is #2F8A81. Grayscale: #919191. Windows color (decimal): -3115650 or 8287696. OLE color: 8287696.

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

Color convert

RGB208117126-
CMYK00.440.390.18
HSL354.07º49.19%63.73%-
HSV(B)354.07º43.75%81.57%-
XYZ36.1427.6423.17-
YUV145.24117.15172.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=46.12%
G=25.94%
B=27.94%

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
Decimal20811712600.440.390.18354.0749.1963.73
HexD0757E02C27121623140
Octal320165176054472254261100
Binary11010000111010111111100101100100111100101011000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0757E; }

 p { color: rgb(208,117,126); }

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

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

 a { background-color: rgb(208,117,126); }

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

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

 span { border-color: rgb(208,117,126); }

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