#d17278

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

Shades of Froly #D17278

Tints of Froly #D17278

Color information

#D17278 (or 0xD17278) is unknown color: approx Froly. HEX triplet: D1, 72 and 78. RGB value is (209,114,120). Sum of RGB (Red+Green+Blue) = 209+114+120=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D17278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17278 is #2E8D87. Grayscale: #8F8F8F. Windows color (decimal): -3050888 or 7893713. OLE color: 7893713.

HSL color Cylindrical-coordinate representation of color #D17278: hue angle of 356.21º 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 #D17278 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB209114120-
CMYK00.450.430.18
HSL356.21º50.8%63.33%-
HSV(B)356.21º45.45%81.96%-
XYZ35.726.9521.09-
YUV143.09114.97175.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=47.18%
G=25.73%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911412000.450.430.18356.2150.863.33
HexD1727802D2B12164333f
Octal32116217005553225446377
Binary1101000111100101111000010110110101110010101100100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d17278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d17278; }

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

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

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

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

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

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

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

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