Shades of Froly #D56369
Tints of Froly #D56369
RGB
CMYK
RGB Variations
Color information
#D56369 (or 0xD56369) is known color: Froly. HEX triplet: D5, 63 and 69. RGB value is (213,99,105). Sum of RGB (Red+Green+Blue) = 213+99+105=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D56369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56369 is #2A9C96. Grayscale: #858585. Windows color (decimal): -2792599 or 6906837. OLE color: 6906837.
HSL color Cylindrical-coordinate representation of color #D56369: hue angle of 356.84º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56369 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 105 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.16 |
| HSL | 356.84º | 0.58% | 0.61% | - |
| HSV(B) | 356.84º | 0.54% | 0.84% | - |
| XYZ | 34.45 | 24.09 | 16.2 | - |
| YUV | 133.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 105 | 0 | 0.54 | 0.51 | 0.16 | 356.84 | 0.58 | 0.61 |
| Hex | D5 | 63 | 69 | 0 | 36 | 33 | 10 | 165 | 3A | 3D |
| Octal | 325 | 143 | 151 | 0 | 66 | 63 | 20 | 545 | 72 | 75 |
| Binary | 11010101 | 1100011 | 1101001 | 0 | 110110 | 110011 | 10000 | 101100101 | 111010 | 111101 |
Color Harmonies of #D56369
Complementary color
Monochromatic Colors of #D56369
Black with #D56369
Text Example
Text Example
White with #D56369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56369; }
p { color: rgb(213,99,105); }
H1.HeaderClassName
{
color: #D56369;
}
.AnyTagClassName
{
color: #D56369;
}
</style>
background-color css
<style>
a { background-color: #D56369; }
a { background-color: rgb(213,99,105); }
div.DivClassName
{
background-color: #D56369;
}
.BgClassName
{
background-color: #D56369;
}
</style>
border-color css
<style>
span { border-color: #D56369; }
span { border-color: rgb(213,99,105); }
td.TdClassName
{
border-color: #D56369;
}
.TagClassName
{
border-color: #D56369;
}
</style>