#D46779

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

Shades of Froly #D46779

Tints of Froly #D46779

Color information

#D46779 (or 0xD46779) is unknown color: approx Froly. HEX triplet: D4, 67 and 79. RGB value is (212,103,121). Sum of RGB (Red+Green+Blue) = 212+103+121=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D46779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46779 is #2B9886. Grayscale: #898989. Windows color (decimal): -2857095 or 7956436. OLE color: 7956436.

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

Color convert

RGB212103121-
CMYK00.510.430.17
HSL350.09º55.9%61.76%-
HSV(B)350.09º51.42%83.14%-
XYZ35.4525.0821.06-
YUV137.64118.61181.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.62%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=48.62%
G=23.62%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210312100.510.430.17350.0955.961.76
HexD467790332B1115e383e
Octal32414717106353215367076
Binary1101010011001111111001011001110101110001101011110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46779; }

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

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

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

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

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

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

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

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