#D4757E

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

Shades of Charm #D4757E

Tints of Charm #D4757E

Color information

#D4757E (or 0xD4757E) is unknown color: approx Charm. HEX triplet: D4, 75 and 7E. RGB value is (212,117,126). Sum of RGB (Red+Green+Blue) = 212+117+126=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4757E is #2B8A81. Grayscale: #929292. Windows color (decimal): -2853506 or 8287700. OLE color: 8287700.

HSL color Cylindrical-coordinate representation of color #D4757E: hue angle of 354.32º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4757E is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212117126-
CMYK00.450.410.17
HSL354.32º52.49%64.51%-
HSV(B)354.32º44.81%83.14%-
XYZ37.2828.2323.22-
YUV146.43116.47174.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=46.59%
G=25.71%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211712600.450.410.17354.3252.4964.51
HexD4757E02D29111623441
Octal324165176055512154264101
Binary11010100111010111111100101101101001100011011000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4757E; }

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

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

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

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

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

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

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

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