#D66979

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

Shades of Froly #D66979

Tints of Froly #D66979

Color information

#D66979 (or 0xD66979) is unknown color: approx Froly. HEX triplet: D6, 69 and 79. RGB value is (214,105,121). Sum of RGB (Red+Green+Blue) = 214+105+121=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D66979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66979 is #299686. Grayscale: #8B8B8B. Windows color (decimal): -2725511 or 7956950. OLE color: 7956950.

HSL color Cylindrical-coordinate representation of color #D66979: hue angle of 351.19º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66979 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214105121-
CMYK00.510.430.16
HSL351.19º57.07%62.55%-
HSV(B)351.19º50.93%83.92%-
XYZ36.2325.7821.16-
YUV139.42117.61181.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 121 (47.66% from 255) = 27.5%
R=48.64%
G=23.86%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410512100.510.430.16351.1957.0762.55
HexD669790332B1015f393f
Octal32615117106353205377177
Binary1101011011010011111001011001110101110000101011111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66979; }

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

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

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

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

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

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

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

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