#D8757E

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

Shades of Froly #D8757E

Tints of Froly #D8757E

Color information

#D8757E (or 0xD8757E) is unknown color: approx Froly. HEX triplet: D8, 75 and 7E. RGB value is (216,117,126). Sum of RGB (Red+Green+Blue) = 216+117+126=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8757E is #278A81. Grayscale: #939393. Windows color (decimal): -2591362 or 8287704. OLE color: 8287704.

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

Color convert

RGB216117126-
CMYK00.460.420.15
HSL354.55º55.93%65.29%-
HSV(B)354.55º45.83%84.71%-
XYZ38.4528.8323.28-
YUV147.63115.8176.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.06%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=47.06%
G=25.49%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611712600.460.420.15354.5555.9365.29
HexD8757E02E2AF1633841
Octal330165176056521754370101
Binary1101100011101011111110010111010101011111011000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8757E; }

 p { color: rgb(216,117,126); }

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

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

 a { background-color: rgb(216,117,126); }

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

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

 span { border-color: rgb(216,117,126); }

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