#D8707D

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

Shades of Froly #D8707D

Tints of Froly #D8707D

Color information

#D8707D (or 0xD8707D) is unknown color: approx Froly. HEX triplet: D8, 70 and 7D. RGB value is (216,112,125). Sum of RGB (Red+Green+Blue) = 216+112+125=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8707D is #278F82. Grayscale: #909090. Windows color (decimal): -2592643 or 8220888. OLE color: 8220888.

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

Color convert

RGB216112125-
CMYK00.480.420.15
HSL352.5º57.14%64.31%-
HSV(B)352.5º48.15%84.71%-
XYZ37.8127.6722.75-
YUV144.58116.96178.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 112 (44.14% from 255) = 24.72%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=47.68%
G=24.72%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611212500.480.420.15352.557.1464.31
HexD8707D0302AF1603940
Octal330160175060521754071100
Binary1101100011100001111101011000010101011111011000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8707D; }

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

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

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

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

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

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

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

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