Shades of Froly #D5677A
Tints of Froly #D5677A
RGB
CMYK
RGB Variations
Color information
#D5677A (or 0xD5677A) is known color: Froly. HEX triplet: D5, 67 and 7A. RGB value is (213,103,122). Sum of RGB (Red+Green+Blue) = 213+103+122=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5677A is #2A9885. Grayscale: #8A8A8A. Windows color (decimal): -2791558 or 8021973. OLE color: 8021973.
HSL color Cylindrical-coordinate representation of color #D5677A: hue angle of 349.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5677A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 122 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.16 |
| HSL | 349.64º | 0.57% | 0.62% | - |
| HSV(B) | 349.64º | 0.52% | 0.84% | - |
| XYZ | 35.8 | 25.25 | 21.4 | - |
| YUV | 138.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 122 | 0 | 0.52 | 0.43 | 0.16 | 349.64 | 0.57 | 0.62 |
| Hex | D5 | 67 | 7A | 0 | 34 | 2B | 10 | 15E | 39 | 3E |
| Octal | 325 | 147 | 172 | 0 | 64 | 53 | 20 | 536 | 71 | 76 |
| Binary | 11010101 | 1100111 | 1111010 | 0 | 110100 | 101011 | 10000 | 101011110 | 111001 | 111110 |
Color Harmonies of #D5677A
Complementary color
Monochromatic Colors of #D5677A
Black with #D5677A
Text Example
Text Example
White with #D5677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5677A; }
p { color: rgb(213,103,122); }
H1.HeaderClassName
{
color: #D5677A;
}
.AnyTagClassName
{
color: #D5677A;
}
</style>
background-color css
<style>
a { background-color: #D5677A; }
a { background-color: rgb(213,103,122); }
div.DivClassName
{
background-color: #D5677A;
}
.BgClassName
{
background-color: #D5677A;
}
</style>
border-color css
<style>
span { border-color: #D5677A; }
span { border-color: rgb(213,103,122); }
td.TdClassName
{
border-color: #D5677A;
}
.TagClassName
{
border-color: #D5677A;
}
</style>