#D17279

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

Shades of Froly #D17279

Tints of Froly #D17279

Color information

#D17279 (or 0xD17279) is unknown color: approx Froly. HEX triplet: D1, 72 and 79. RGB value is (209,114,121). Sum of RGB (Red+Green+Blue) = 209+114+121=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D17279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17279 is #2E8D86. Grayscale: #8F8F8F. Windows color (decimal): -3050887 or 7959249. OLE color: 7959249.

HSL color Cylindrical-coordinate representation of color #D17279: hue angle of 355.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17279 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB209114121-
CMYK00.450.420.18
HSL355.58º50.8%63.33%-
HSV(B)355.58º45.45%81.96%-
XYZ35.7626.9721.41-
YUV143.2115.47174.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.07%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=47.07%
G=25.68%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911412100.450.420.18355.5850.863.33
HexD1727902D2A12164333f
Octal32116217105552225446377
Binary1101000111100101111001010110110101010010101100100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17279; }

 p { color: rgb(209,114,121); }

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

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

 a { background-color: rgb(209,114,121); }

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

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

 span { border-color: rgb(209,114,121); }

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