Shades of Froly #D5666A
Tints of Froly #D5666A
RGB
CMYK
RGB Variations
Color information
#D5666A (or 0xD5666A) is known color: Froly. HEX triplet: D5, 66 and 6A. RGB value is (213,102,106). Sum of RGB (Red+Green+Blue) = 213+102+106=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5666A is #2A9995. Grayscale: #878787. Windows color (decimal): -2791830 or 6973141. OLE color: 6973141.
HSL color Cylindrical-coordinate representation of color #D5666A: hue angle of 357.84º 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 #D5666A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 106 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.16 |
| HSL | 357.84º | 0.57% | 0.62% | - |
| HSV(B) | 357.84º | 0.52% | 0.84% | - |
| XYZ | 34.79 | 24.69 | 16.57 | - |
| YUV | 135.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 106 | 0 | 0.52 | 0.50 | 0.16 | 357.84 | 0.57 | 0.62 |
| Hex | D5 | 66 | 6A | 0 | 34 | 32 | 10 | 166 | 39 | 3E |
| Octal | 325 | 146 | 152 | 0 | 64 | 62 | 20 | 546 | 71 | 76 |
| Binary | 11010101 | 1100110 | 1101010 | 0 | 110100 | 110010 | 10000 | 101100110 | 111001 | 111110 |
Color Harmonies of #D5666A
Complementary color
Monochromatic Colors of #D5666A
Black with #D5666A
Text Example
Text Example
White with #D5666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5666A; }
p { color: rgb(213,102,106); }
H1.HeaderClassName
{
color: #D5666A;
}
.AnyTagClassName
{
color: #D5666A;
}
</style>
background-color css
<style>
a { background-color: #D5666A; }
a { background-color: rgb(213,102,106); }
div.DivClassName
{
background-color: #D5666A;
}
.BgClassName
{
background-color: #D5666A;
}
</style>
border-color css
<style>
span { border-color: #D5666A; }
span { border-color: rgb(213,102,106); }
td.TdClassName
{
border-color: #D5666A;
}
.TagClassName
{
border-color: #D5666A;
}
</style>