#D56575

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

Shades of Froly #D56575

Tints of Froly #D56575

Color information

#D56575 (or 0xD56575) is unknown color: approx Froly. HEX triplet: D5, 65 and 75. RGB value is (213,101,117). Sum of RGB (Red+Green+Blue) = 213+101+117=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D56575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56575 is #2A9A8A. Grayscale: #888888. Windows color (decimal): -2792075 or 7693781. OLE color: 7693781.

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

Color convert

RGB213101117-
CMYK00.530.450.16
HSL351.43º57.14%61.57%-
HSV(B)351.43º52.58%83.53%-
XYZ35.3124.7419.74-
YUV136.31117.11182.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=49.42%
G=23.43%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310111700.530.450.16351.4357.1461.57
HexD565750352D1015f393e
Octal32514516506555205377176
Binary1101010111001011110101011010110110110000101011111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56575; }

 p { color: rgb(213,101,117); }

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

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

 a { background-color: rgb(213,101,117); }

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

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

 span { border-color: rgb(213,101,117); }

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