#D7707F

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

Shades of Charm #D7707F

Tints of Charm #D7707F

Color information

#D7707F (or 0xD7707F) is unknown color: approx Charm. HEX triplet: D7, 70 and 7F. RGB value is (215,112,127). Sum of RGB (Red+Green+Blue) = 215+112+127=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7707F is #288F80. Grayscale: #909090. Windows color (decimal): -2658177 or 8351959. OLE color: 8351959.

HSL color Cylindrical-coordinate representation of color #D7707F: hue angle of 351.26º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7707F is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB215112127-
CMYK00.480.410.16
HSL351.26º56.28%64.12%-
HSV(B)351.26º47.91%84.31%-
XYZ37.6527.5723.42-
YUV144.51118.12178.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.36%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 127 (50% from 255) = 27.97%
R=47.36%
G=24.67%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511212700.480.410.16351.2656.2864.12
HexD7707F030291015f3840
Octal327160177060512053770100
Binary11010111111000011111110110000101001100001010111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7707F; }

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

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

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

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

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

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

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

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