#D97C80

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

Shades of Froly #D97C80

Tints of Froly #D97C80

Color information

#D97C80 (or 0xD97C80) is unknown color: approx Froly. HEX triplet: D9, 7C and 80. RGB value is (217,124,128). Sum of RGB (Red+Green+Blue) = 217+124+128=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97C80 is #26837F. Grayscale: #989898. Windows color (decimal): -2524032 or 8420569. OLE color: 8420569.

HSL color Cylindrical-coordinate representation of color #D97C80: hue angle of 357.42º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97C80 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB217124128-
CMYK00.430.410.15
HSL357.42º55.03%66.86%-
HSV(B)357.42º42.86%85.1%-
XYZ39.7230.7324.26-
YUV152.26114.31174.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=46.27%
G=26.44%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712412800.430.410.15357.4255.0366.86
HexD97C8002B29F1653743
Octal331174200053511754567103
Binary11011001111110010000000010101110100111111011001011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97C80; }

 p { color: rgb(217,124,128); }

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

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

 a { background-color: rgb(217,124,128); }

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

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

 span { border-color: rgb(217,124,128); }

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