#D4707F

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

Shades of Charm #D4707F

Tints of Charm #D4707F

Color information

#D4707F (or 0xD4707F) is unknown color: approx Charm. HEX triplet: D4, 70 and 7F. RGB value is (212,112,127). Sum of RGB (Red+Green+Blue) = 212+112+127=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4707F is #2B8F80. Grayscale: #8F8F8F. Windows color (decimal): -2854785 or 8351956. OLE color: 8351956.

HSL color Cylindrical-coordinate representation of color #D4707F: hue angle of 351º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4707F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212112127-
CMYK00.470.400.17
HSL351º53.76%63.53%-
HSV(B)351º47.17%83.14%-
XYZ36.7827.1223.37-
YUV143.61118.63176.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 127 (50% from 255) = 28.16%
R=47.01%
G=24.83%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211212700.470.400.1735153.7663.53
HexD4707F02F281115f3640
Octal324160177057502153766100
Binary11010100111000011111110101111101000100011010111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4707F; }

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

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

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

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

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

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

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

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