#D8757D

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

Shades of Froly #D8757D

Tints of Froly #D8757D

Color information

#D8757D (or 0xD8757D) is unknown color: approx Froly. HEX triplet: D8, 75 and 7D. RGB value is (216,117,125). Sum of RGB (Red+Green+Blue) = 216+117+125=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8757D is #278A82. Grayscale: #939393. Windows color (decimal): -2591363 or 8222168. OLE color: 8222168.

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

Color convert

RGB216117125-
CMYK00.460.420.15
HSL355.15º55.93%65.29%-
HSV(B)355.15º45.83%84.71%-
XYZ38.3828.822.94-
YUV147.51115.3176.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.16%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=47.16%
G=25.55%
B=27.29%

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
Decimal21611712500.460.420.15355.1555.9365.29
HexD8757D02E2AF1633841
Octal330165175056521754370101
Binary1101100011101011111101010111010101011111011000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8757D; }

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

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

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

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

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

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

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

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