Shades of Froly #D5657B
Tints of Froly #D5657B
RGB
CMYK
RGB Variations
Color information
#D5657B (or 0xD5657B) is known color: Froly. HEX triplet: D5, 65 and 7B. RGB value is (213,101,123). Sum of RGB (Red+Green+Blue) = 213+101+123=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5657B is #2A9A84. Grayscale: #898989. Windows color (decimal): -2792069 or 8086997. OLE color: 8086997.
HSL color Cylindrical-coordinate representation of color #D5657B: hue angle of 348.21º 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 #D5657B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 123 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.16 |
| HSL | 348.21º | 0.57% | 0.62% | - |
| HSV(B) | 348.21º | 0.53% | 0.84% | - |
| XYZ | 35.67 | 24.88 | 21.66 | - |
| YUV | 137 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 123 | 0 | 0.53 | 0.42 | 0.16 | 348.21 | 0.57 | 0.62 |
| Hex | D5 | 65 | 7B | 0 | 35 | 2A | 10 | 15C | 39 | 3E |
| Octal | 325 | 145 | 173 | 0 | 65 | 52 | 20 | 534 | 71 | 76 |
| Binary | 11010101 | 1100101 | 1111011 | 0 | 110101 | 101010 | 10000 | 101011100 | 111001 | 111110 |
Color Harmonies of #D5657B
Complementary color
Monochromatic Colors of #D5657B
Black with #D5657B
Text Example
Text Example
White with #D5657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5657B; }
p { color: rgb(213,101,123); }
H1.HeaderClassName
{
color: #D5657B;
}
.AnyTagClassName
{
color: #D5657B;
}
</style>
background-color css
<style>
a { background-color: #D5657B; }
a { background-color: rgb(213,101,123); }
div.DivClassName
{
background-color: #D5657B;
}
.BgClassName
{
background-color: #D5657B;
}
</style>
border-color css
<style>
span { border-color: #D5657B; }
span { border-color: rgb(213,101,123); }
td.TdClassName
{
border-color: #D5657B;
}
.TagClassName
{
border-color: #D5657B;
}
</style>