#D56D78

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

Shades of Froly #D56D78

Tints of Froly #D56D78

Color information

#D56D78 (or 0xD56D78) is unknown color: approx Froly. HEX triplet: D5, 6D and 78. RGB value is (213,109,120). Sum of RGB (Red+Green+Blue) = 213+109+120=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D78 is #2A9287. Grayscale: #8D8D8D. Windows color (decimal): -2790024 or 7892437. OLE color: 7892437.

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

Color convert

RGB213109120-
CMYK00.490.440.16
HSL353.65º55.32%63.14%-
HSV(B)353.65º48.83%83.53%-
XYZ36.326.4420.96-
YUV141.35115.96179.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 120 (47.27% from 255) = 27.15%
R=48.19%
G=24.66%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310912000.490.440.16353.6555.3263.14
HexD56D780312C10162373f
Octal32515517006154205426777
Binary1101010111011011111000011000110110010000101100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D78; }

 p { color: rgb(213,109,120); }

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

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

 a { background-color: rgb(213,109,120); }

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

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

 span { border-color: rgb(213,109,120); }

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