#D9616D

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

Shades of Froly #D9616D

Tints of Froly #D9616D

Color information

#D9616D (or 0xD9616D) is unknown color: approx Froly. HEX triplet: D9, 61 and 6D. RGB value is (217,97,109). Sum of RGB (Red+Green+Blue) = 217+97+109=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9616D is #269E92. Grayscale: #868686. Windows color (decimal): -2530963 or 7168473. OLE color: 7168473.

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

Color convert

RGB21797109-
CMYK00.550.500.15
HSL354º61.22%61.57%-
HSV(B)354º55.3%85.1%-
XYZ35.6524.4117.3-
YUV134.25113.76187.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=51.30%
G=22.93%
B=25.77%

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
Decimal2179710900.550.500.1535461.2261.57
HexD9616D03732F1623d3e
Octal33114115506762175427576
Binary110110011100001110110101101111100101111101100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9616D; }

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

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

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

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

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

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

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

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