#D46771

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

Shades of Froly #D46771

Tints of Froly #D46771

Color information

#D46771 (or 0xD46771) is unknown color: approx Froly. HEX triplet: D4, 67 and 71. RGB value is (212,103,113). Sum of RGB (Red+Green+Blue) = 212+103+113=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D46771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46771 is #2B988E. Grayscale: #888888. Windows color (decimal): -2857103 or 7432148. OLE color: 7432148.

HSL color Cylindrical-coordinate representation of color #D46771: hue angle of 354.5º 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 #D46771 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB212103113-
CMYK00.510.470.17
HSL354.5º55.9%61.76%-
HSV(B)354.5º51.42%83.14%-
XYZ34.9824.8918.58-
YUV136.73114.61181.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.53%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=49.53%
G=24.07%
B=26.40%

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
Decimal21210311300.510.470.17354.555.961.76
HexD467710332F11162383e
Octal32414716106357215427076
Binary1101010011001111110001011001110111110001101100010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46771; }

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

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

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

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

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

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

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

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