#D8727C

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

Shades of Froly #D8727C

Tints of Froly #D8727C

Color information

#D8727C (or 0xD8727C) is unknown color: approx Froly. HEX triplet: D8, 72 and 7C. RGB value is (216,114,124). Sum of RGB (Red+Green+Blue) = 216+114+124=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8727C is #278D83. Grayscale: #919191. Windows color (decimal): -2592132 or 8155864. OLE color: 8155864.

HSL color Cylindrical-coordinate representation of color #D8727C: hue angle of 354.12º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8727C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216114124-
CMYK00.470.430.15
HSL354.12º56.67%64.71%-
HSV(B)354.12º47.22%84.71%-
XYZ37.9728.0922.49-
YUV145.64115.79178.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.58%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 124 (48.83% from 255) = 27.31%
R=47.58%
G=25.11%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611412400.470.430.15354.1256.6764.71
HexD8727C02F2BF1623941
Octal330162174057531754271101
Binary1101100011100101111100010111110101111111011000101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8727C; }

 p { color: rgb(216,114,124); }

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

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

 a { background-color: rgb(216,114,124); }

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

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

 span { border-color: rgb(216,114,124); }

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