Shades of Froly #D5656B
Tints of Froly #D5656B
RGB
CMYK
RGB Variations
Color information
#D5656B (or 0xD5656B) is known color: Froly. HEX triplet: D5, 65 and 6B. RGB value is (213,101,107). Sum of RGB (Red+Green+Blue) = 213+101+107=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5656B is #2A9A94. Grayscale: #878787. Windows color (decimal): -2792085 or 7038421. OLE color: 7038421.
HSL color Cylindrical-coordinate representation of color #D5656B: hue angle of 356.79º 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 #D5656B is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 107 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.16 |
| HSL | 356.79º | 0.57% | 0.62% | - |
| HSV(B) | 356.79º | 0.53% | 0.84% | - |
| XYZ | 34.75 | 24.52 | 16.81 | - |
| YUV | 135.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 107 | 0 | 0.53 | 0.50 | 0.16 | 356.79 | 0.57 | 0.62 |
| Hex | D5 | 65 | 6B | 0 | 35 | 32 | 10 | 165 | 39 | 3E |
| Octal | 325 | 145 | 153 | 0 | 65 | 62 | 20 | 545 | 71 | 76 |
| Binary | 11010101 | 1100101 | 1101011 | 0 | 110101 | 110010 | 10000 | 101100101 | 111001 | 111110 |
Color Harmonies of #D5656B
Complementary color
Monochromatic Colors of #D5656B
Black with #D5656B
Text Example
Text Example
White with #D5656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5656B; }
p { color: rgb(213,101,107); }
H1.HeaderClassName
{
color: #D5656B;
}
.AnyTagClassName
{
color: #D5656B;
}
</style>
background-color css
<style>
a { background-color: #D5656B; }
a { background-color: rgb(213,101,107); }
div.DivClassName
{
background-color: #D5656B;
}
.BgClassName
{
background-color: #D5656B;
}
</style>
border-color css
<style>
span { border-color: #D5656B; }
span { border-color: rgb(213,101,107); }
td.TdClassName
{
border-color: #D5656B;
}
.TagClassName
{
border-color: #D5656B;
}
</style>