#D46871

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

Shades of Froly #D46871

Tints of Froly #D46871

Color information

#D46871 (or 0xD46871) is unknown color: approx Froly. HEX triplet: D4, 68 and 71. RGB value is (212,104,113). Sum of RGB (Red+Green+Blue) = 212+104+113=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46871 is #2B978E. Grayscale: #898989. Windows color (decimal): -2856847 or 7432404. OLE color: 7432404.

HSL color Cylindrical-coordinate representation of color #D46871: hue angle of 355º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46871 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB212104113-
CMYK00.510.470.17
HSL355º55.67%61.96%-
HSV(B)355º50.94%83.14%-
XYZ35.0825.0918.62-
YUV137.32114.28181.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.42%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=49.42%
G=24.24%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210411300.510.470.1735555.6761.96
HexD468710332F11163383e
Octal32415016106357215437076
Binary1101010011010001110001011001110111110001101100011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46871; }

 p { color: rgb(212,104,113); }

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

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

 a { background-color: rgb(212,104,113); }

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

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

 span { border-color: rgb(212,104,113); }

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