#D76F7D

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

Shades of Froly #D76F7D

Tints of Froly #D76F7D

Color information

#D76F7D (or 0xD76F7D) is unknown color: approx Froly. HEX triplet: D7, 6F and 7D. RGB value is (215,111,125). Sum of RGB (Red+Green+Blue) = 215+111+125=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F7D is #289082. Grayscale: #8F8F8F. Windows color (decimal): -2658435 or 8220631. OLE color: 8220631.

HSL color Cylindrical-coordinate representation of color #D76F7D: hue angle of 351.92º degrees, saturation: 0.57, 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 #D76F7D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB215111125-
CMYK00.480.420.16
HSL351.92º56.52%63.92%-
HSV(B)351.92º48.37%84.31%-
XYZ37.4127.322.7-
YUV143.69117.46178.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.67%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=47.67%
G=24.61%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511112500.480.420.16351.9256.5263.92
HexD76F7D0302A101603940
Octal327157175060522054071100
Binary11010111110111111111010110000101010100001011000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F7D; }

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

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

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

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

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

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

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

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