#D4757F

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

Shades of Charm #D4757F

Tints of Charm #D4757F

Color information

#D4757F (or 0xD4757F) is unknown color: approx Charm. HEX triplet: D4, 75 and 7F. RGB value is (212,117,127). Sum of RGB (Red+Green+Blue) = 212+117+127=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4757F is #2B8A80. Grayscale: #929292. Windows color (decimal): -2853505 or 8353236. OLE color: 8353236.

HSL color Cylindrical-coordinate representation of color #D4757F: hue angle of 353.68º 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 #D4757F is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212117127-
CMYK00.450.400.17
HSL353.68º52.49%64.51%-
HSV(B)353.68º44.81%83.14%-
XYZ37.3428.2523.56-
YUV146.55116.97174.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 127 (50% from 255) = 27.85%
R=46.49%
G=25.66%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211712700.450.400.17353.6852.4964.51
HexD4757F02D28111623441
Octal324165177055502154264101
Binary11010100111010111111110101101101000100011011000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4757F; }

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

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

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

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

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

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

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

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