#D76971

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

Shades of Froly #D76971

Tints of Froly #D76971

Color information

#D76971 (or 0xD76971) is unknown color: approx Froly. HEX triplet: D7, 69 and 71. RGB value is (215,105,113). Sum of RGB (Red+Green+Blue) = 215+105+113=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D76971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76971 is #28968E. Grayscale: #8A8A8A. Windows color (decimal): -2659983 or 7432663. OLE color: 7432663.

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

Color convert

RGB215105113-
CMYK00.510.470.16
HSL355.64º57.89%62.75%-
HSV(B)355.64º51.16%84.31%-
XYZ36.0625.7418.69-
YUV138.8113.44182.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.65%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=49.65%
G=24.25%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510511300.510.470.16355.6457.8962.75
HexD769710332F101643a3f
Octal32715116106357205447277
Binary1101011111010011110001011001110111110000101100100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76971; }

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

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

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

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

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

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

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

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