#D36979

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

Shades of Froly #D36979

Tints of Froly #D36979

Color information

#D36979 (or 0xD36979) is unknown color: approx Froly. HEX triplet: D3, 69 and 79. RGB value is (211,105,121). Sum of RGB (Red+Green+Blue) = 211+105+121=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D36979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36979 is #2C9686. Grayscale: #8A8A8A. Windows color (decimal): -2922119 or 7956947. OLE color: 7956947.

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

Color convert

RGB211105121-
CMYK00.500.430.17
HSL350.94º54.64%61.96%-
HSV(B)350.94º50.24%82.75%-
XYZ35.3725.3321.11-
YUV138.52118.12179.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.28%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=48.28%
G=24.03%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110512100.500.430.17350.9454.6461.96
HexD369790322B1115f373e
Octal32315117106253215376776
Binary1101001111010011111001011001010101110001101011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36979; }

 p { color: rgb(211,105,121); }

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

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

 a { background-color: rgb(211,105,121); }

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

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

 span { border-color: rgb(211,105,121); }

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