Shades of Froly #D5656D
Tints of Froly #D5656D
RGB
CMYK
RGB Variations
Color information
#D5656D (or 0xD5656D) is known color: Froly. HEX triplet: D5, 65 and 6D. RGB value is (213,101,109). Sum of RGB (Red+Green+Blue) = 213+101+109=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5656D is #2A9A92. Grayscale: #878787. Windows color (decimal): -2792083 or 7169493. OLE color: 7169493.
HSL color Cylindrical-coordinate representation of color #D5656D: hue angle of 355.71º 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 #D5656D is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 109 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.16 |
| HSL | 355.71º | 0.57% | 0.62% | - |
| HSV(B) | 355.71º | 0.53% | 0.84% | - |
| XYZ | 34.85 | 24.56 | 17.37 | - |
| YUV | 135.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 109 | 0 | 0.53 | 0.49 | 0.16 | 355.71 | 0.57 | 0.62 |
| Hex | D5 | 65 | 6D | 0 | 35 | 31 | 10 | 164 | 39 | 3E |
| Octal | 325 | 145 | 155 | 0 | 65 | 61 | 20 | 544 | 71 | 76 |
| Binary | 11010101 | 1100101 | 1101101 | 0 | 110101 | 110001 | 10000 | 101100100 | 111001 | 111110 |
Color Harmonies of #D5656D
Complementary color
Monochromatic Colors of #D5656D
Black with #D5656D
Text Example
Text Example
White with #D5656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5656D; }
p { color: rgb(213,101,109); }
H1.HeaderClassName
{
color: #D5656D;
}
.AnyTagClassName
{
color: #D5656D;
}
</style>
background-color css
<style>
a { background-color: #D5656D; }
a { background-color: rgb(213,101,109); }
div.DivClassName
{
background-color: #D5656D;
}
.BgClassName
{
background-color: #D5656D;
}
</style>
border-color css
<style>
span { border-color: #D5656D; }
span { border-color: rgb(213,101,109); }
td.TdClassName
{
border-color: #D5656D;
}
.TagClassName
{
border-color: #D5656D;
}
</style>