#D8727D

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

Shades of Froly #D8727D

Tints of Froly #D8727D

Color information

#D8727D (or 0xD8727D) is unknown color: approx Froly. HEX triplet: D8, 72 and 7D. RGB value is (216,114,125). Sum of RGB (Red+Green+Blue) = 216+114+125=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8727D is #278D82. Grayscale: #919191. Windows color (decimal): -2592131 or 8221400. OLE color: 8221400.

HSL color Cylindrical-coordinate representation of color #D8727D: hue angle of 353.53º 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 #D8727D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB216114125-
CMYK00.470.420.15
HSL353.53º56.67%64.71%-
HSV(B)353.53º47.22%84.71%-
XYZ38.0428.1122.82-
YUV145.75116.29178.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=47.47%
G=25.05%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611412500.470.420.15353.5356.6764.71
HexD8727D02F2AF1623941
Octal330162175057521754271101
Binary1101100011100101111101010111110101011111011000101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8727D; }

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

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

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

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

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

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

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

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