#D76D7D

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

Shades of Froly #D76D7D

Tints of Froly #D76D7D

Color information

#D76D7D (or 0xD76D7D) is unknown color: approx Froly. HEX triplet: D7, 6D and 7D. RGB value is (215,109,125). Sum of RGB (Red+Green+Blue) = 215+109+125=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D7D is #289282. Grayscale: #8E8E8E. Windows color (decimal): -2658947 or 8220119. OLE color: 8220119.

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

Color convert

RGB215109125-
CMYK00.490.420.16
HSL350.94º56.99%63.53%-
HSV(B)350.94º49.3%84.31%-
XYZ37.1926.8722.63-
YUV142.52118.12179.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.88%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=47.88%
G=24.28%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510912500.490.420.16350.9456.9963.53
HexD76D7D0312A1015f3940
Octal327155175061522053771100
Binary11010111110110111111010110001101010100001010111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D7D; }

 p { color: rgb(215,109,125); }

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

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

 a { background-color: rgb(215,109,125); }

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

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

 span { border-color: rgb(215,109,125); }

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