Shades of Froly #D5696A
Tints of Froly #D5696A
RGB
CMYK
RGB Variations
Color information
#D5696A (or 0xD5696A) is known color: Froly. HEX triplet: D5, 69 and 6A. RGB value is (213,105,106). Sum of RGB (Red+Green+Blue) = 213+105+106=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5696A is #2A9695. Grayscale: #898989. Windows color (decimal): -2791062 or 6973909. OLE color: 6973909.
HSL color Cylindrical-coordinate representation of color #D5696A: hue angle of 359.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5696A is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 106 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.16 |
| HSL | 359.44º | 0.56% | 0.62% | - |
| HSV(B) | 359.44º | 0.51% | 0.84% | - |
| XYZ | 35.09 | 25.29 | 16.67 | - |
| YUV | 137.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 106 | 0 | 0.51 | 0.50 | 0.16 | 359.44 | 0.56 | 0.62 |
| Hex | D5 | 69 | 6A | 0 | 33 | 32 | 10 | 167 | 38 | 3E |
| Octal | 325 | 151 | 152 | 0 | 63 | 62 | 20 | 547 | 70 | 76 |
| Binary | 11010101 | 1101001 | 1101010 | 0 | 110011 | 110010 | 10000 | 101100111 | 111000 | 111110 |
Color Harmonies of #D5696A
Complementary color
Monochromatic Colors of #D5696A
Black with #D5696A
Text Example
Text Example
White with #D5696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5696A; }
p { color: rgb(213,105,106); }
H1.HeaderClassName
{
color: #D5696A;
}
.AnyTagClassName
{
color: #D5696A;
}
</style>
background-color css
<style>
a { background-color: #D5696A; }
a { background-color: rgb(213,105,106); }
div.DivClassName
{
background-color: #D5696A;
}
.BgClassName
{
background-color: #D5696A;
}
</style>
border-color css
<style>
span { border-color: #D5696A; }
span { border-color: rgb(213,105,106); }
td.TdClassName
{
border-color: #D5696A;
}
.TagClassName
{
border-color: #D5696A;
}
</style>