#D9616E

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

Shades of Froly #D9616E

Tints of Froly #D9616E

Color information

#D9616E (or 0xD9616E) is unknown color: approx Froly. HEX triplet: D9, 61 and 6E. RGB value is (217,97,110). Sum of RGB (Red+Green+Blue) = 217+97+110=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9616E is #269E91. Grayscale: #868686. Windows color (decimal): -2530962 or 7234009. OLE color: 7234009.

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

Color convert

RGB21797110-
CMYK00.550.490.15
HSL353.5º61.22%61.57%-
HSV(B)353.5º55.3%85.1%-
XYZ35.724.4317.58-
YUV134.36114.26186.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.18%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=51.18%
G=22.88%
B=25.94%

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
Decimal2179711000.550.490.15353.561.2261.57
HexD9616E03731F1623d3e
Octal33114115606761175427576
Binary110110011100001110111001101111100011111101100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9616E; }

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

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

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

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

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

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

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

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