Shades of Froly #D5657A
Tints of Froly #D5657A
RGB
CMYK
RGB Variations
Color information
#D5657A (or 0xD5657A) is known color: Froly. HEX triplet: D5, 65 and 7A. RGB value is (213,101,122). Sum of RGB (Red+Green+Blue) = 213+101+122=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5657A is #2A9A85. Grayscale: #888888. Windows color (decimal): -2792070 or 8021461. OLE color: 8021461.
HSL color Cylindrical-coordinate representation of color #D5657A: hue angle of 348.75º 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 #D5657A is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 122 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.16 |
| HSL | 348.75º | 0.57% | 0.62% | - |
| HSV(B) | 348.75º | 0.53% | 0.84% | - |
| XYZ | 35.61 | 24.86 | 21.33 | - |
| YUV | 136.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 122 | 0 | 0.53 | 0.43 | 0.16 | 348.75 | 0.57 | 0.62 |
| Hex | D5 | 65 | 7A | 0 | 35 | 2B | 10 | 15D | 39 | 3E |
| Octal | 325 | 145 | 172 | 0 | 65 | 53 | 20 | 535 | 71 | 76 |
| Binary | 11010101 | 1100101 | 1111010 | 0 | 110101 | 101011 | 10000 | 101011101 | 111001 | 111110 |
Color Harmonies of #D5657A
Complementary color
Monochromatic Colors of #D5657A
Black with #D5657A
Text Example
Text Example
White with #D5657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5657A; }
p { color: rgb(213,101,122); }
H1.HeaderClassName
{
color: #D5657A;
}
.AnyTagClassName
{
color: #D5657A;
}
</style>
background-color css
<style>
a { background-color: #D5657A; }
a { background-color: rgb(213,101,122); }
div.DivClassName
{
background-color: #D5657A;
}
.BgClassName
{
background-color: #D5657A;
}
</style>
border-color css
<style>
span { border-color: #D5657A; }
span { border-color: rgb(213,101,122); }
td.TdClassName
{
border-color: #D5657A;
}
.TagClassName
{
border-color: #D5657A;
}
</style>