#D8616D

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

Shades of Froly #D8616D

Tints of Froly #D8616D

Color information

#D8616D (or 0xD8616D) is unknown color: approx Froly. HEX triplet: D8, 61 and 6D. RGB value is (216,97,109). Sum of RGB (Red+Green+Blue) = 216+97+109=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8616D is #279E92. Grayscale: #868686. Windows color (decimal): -2596499 or 7168472. OLE color: 7168472.

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

Color convert

RGB21697109-
CMYK00.550.500.15
HSL353.95º60.41%61.37%-
HSV(B)353.95º55.09%84.71%-
XYZ35.3524.2517.29-
YUV133.95113.92186.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.18%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=51.18%
G=22.99%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169710900.550.500.15353.9560.4161.37
HexD8616D03732F1623c3d
Octal33014115506762175427475
Binary110110001100001110110101101111100101111101100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8616D; }

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

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

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

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

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

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

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

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