#D8616E

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

Shades of Froly #D8616E

Tints of Froly #D8616E

Color information

#D8616E (or 0xD8616E) is unknown color: approx Froly. HEX triplet: D8, 61 and 6E. RGB value is (216,97,110). Sum of RGB (Red+Green+Blue) = 216+97+110=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8616E is #279E91. Grayscale: #868686. Windows color (decimal): -2596498 or 7234008. OLE color: 7234008.

HSL color Cylindrical-coordinate representation of color #D8616E: hue angle of 353.45º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8616E is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21697110-
CMYK00.550.490.15
HSL353.45º60.41%61.37%-
HSV(B)353.45º55.09%84.71%-
XYZ35.4124.2717.57-
YUV134.06114.42186.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.06%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=51.06%
G=22.93%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169711000.550.490.15353.4560.4161.37
HexD8616E03731F1613c3d
Octal33014115606761175417475
Binary110110001100001110111001101111100011111101100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8616E; }

 p { color: rgb(216,97,110); }

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

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

 a { background-color: rgb(216,97,110); }

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

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

 span { border-color: rgb(216,97,110); }

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