Shades of Froly #D56673
Tints of Froly #D56673
RGB
CMYK
RGB Variations
Color information
#D56673 (or 0xD56673) is known color: Froly. HEX triplet: D5, 66 and 73. RGB value is (213,102,115). Sum of RGB (Red+Green+Blue) = 213+102+115=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D56673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56673 is #2A998C. Grayscale: #888888. Windows color (decimal): -2791821 or 7562965. OLE color: 7562965.
HSL color Cylindrical-coordinate representation of color #D56673: hue angle of 352.97º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56673 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 115 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.16 |
| HSL | 352.97º | 0.57% | 0.62% | - |
| HSV(B) | 352.97º | 0.52% | 0.84% | - |
| XYZ | 35.29 | 24.89 | 19.16 | - |
| YUV | 136.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 115 | 0 | 0.52 | 0.46 | 0.16 | 352.97 | 0.57 | 0.62 |
| Hex | D5 | 66 | 73 | 0 | 34 | 2E | 10 | 161 | 39 | 3E |
| Octal | 325 | 146 | 163 | 0 | 64 | 56 | 20 | 541 | 71 | 76 |
| Binary | 11010101 | 1100110 | 1110011 | 0 | 110100 | 101110 | 10000 | 101100001 | 111001 | 111110 |
Color Harmonies of #D56673
Complementary color
Monochromatic Colors of #D56673
Black with #D56673
Text Example
Text Example
White with #D56673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56673; }
p { color: rgb(213,102,115); }
H1.HeaderClassName
{
color: #D56673;
}
.AnyTagClassName
{
color: #D56673;
}
</style>
background-color css
<style>
a { background-color: #D56673; }
a { background-color: rgb(213,102,115); }
div.DivClassName
{
background-color: #D56673;
}
.BgClassName
{
background-color: #D56673;
}
</style>
border-color css
<style>
span { border-color: #D56673; }
span { border-color: rgb(213,102,115); }
td.TdClassName
{
border-color: #D56673;
}
.TagClassName
{
border-color: #D56673;
}
</style>