Shades of Froly #D5656E
Tints of Froly #D5656E
RGB
CMYK
RGB Variations
Color information
#D5656E (or 0xD5656E) is known color: Froly. HEX triplet: D5, 65 and 6E. RGB value is (213,101,110). Sum of RGB (Red+Green+Blue) = 213+101+110=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5656E is #2A9A91. Grayscale: #878787. Windows color (decimal): -2792082 or 7235029. OLE color: 7235029.
HSL color Cylindrical-coordinate representation of color #D5656E: hue angle of 355.18º 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 #D5656E is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 110 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.16 |
| HSL | 355.18º | 0.57% | 0.62% | - |
| HSV(B) | 355.18º | 0.53% | 0.84% | - |
| XYZ | 34.91 | 24.58 | 17.66 | - |
| YUV | 135.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 110 | 0 | 0.53 | 0.48 | 0.16 | 355.18 | 0.57 | 0.62 |
| Hex | D5 | 65 | 6E | 0 | 35 | 30 | 10 | 163 | 39 | 3E |
| Octal | 325 | 145 | 156 | 0 | 65 | 60 | 20 | 543 | 71 | 76 |
| Binary | 11010101 | 1100101 | 1101110 | 0 | 110101 | 110000 | 10000 | 101100011 | 111001 | 111110 |
Color Harmonies of #D5656E
Complementary color
Monochromatic Colors of #D5656E
Black with #D5656E
Text Example
Text Example
White with #D5656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5656E; }
p { color: rgb(213,101,110); }
H1.HeaderClassName
{
color: #D5656E;
}
.AnyTagClassName
{
color: #D5656E;
}
</style>
background-color css
<style>
a { background-color: #D5656E; }
a { background-color: rgb(213,101,110); }
div.DivClassName
{
background-color: #D5656E;
}
.BgClassName
{
background-color: #D5656E;
}
</style>
border-color css
<style>
span { border-color: #D5656E; }
span { border-color: rgb(213,101,110); }
td.TdClassName
{
border-color: #D5656E;
}
.TagClassName
{
border-color: #D5656E;
}
</style>