#D56570

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

Shades of Froly #D56570

Tints of Froly #D56570

Color information

#D56570 (or 0xD56570) is unknown color: approx Froly. HEX triplet: D5, 65 and 70. RGB value is (213,101,112). Sum of RGB (Red+Green+Blue) = 213+101+112=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D56570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56570 is #2A9A8F. Grayscale: #878787. Windows color (decimal): -2792080 or 7366101. OLE color: 7366101.

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

Color convert

RGB213101112-
CMYK00.530.470.16
HSL354.11º57.14%61.57%-
HSV(B)354.11º52.58%83.53%-
XYZ35.0224.6218.24-
YUV135.74114.61183.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=50%
G=23.71%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310111200.530.470.16354.1157.1461.57
HexD565700352F10162393e
Octal32514516006557205427176
Binary1101010111001011110000011010110111110000101100010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56570; }

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

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

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

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

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

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

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

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