#D46971

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

Shades of Froly #D46971

Tints of Froly #D46971

Color information

#D46971 (or 0xD46971) is unknown color: approx Froly. HEX triplet: D4, 69 and 71. RGB value is (212,105,113). Sum of RGB (Red+Green+Blue) = 212+105+113=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D46971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46971 is #2B968E. Grayscale: #898989. Windows color (decimal): -2856591 or 7432660. OLE color: 7432660.

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

Color convert

RGB212105113-
CMYK00.500.470.17
HSL355.51º55.44%62.16%-
HSV(B)355.51º50.47%83.14%-
XYZ35.1825.2918.65-
YUV137.9113.95180.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.30%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=49.30%
G=24.42%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210511300.500.470.17355.5155.4462.16
HexD469710322F11164373e
Octal32415116106257215446776
Binary1101010011010011110001011001010111110001101100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46971; }

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

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

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

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

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

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

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

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