Shades of Froly #D5667B
Tints of Froly #D5667B
RGB
CMYK
RGB Variations
Color information
#D5667B (or 0xD5667B) is known color: Froly. HEX triplet: D5, 66 and 7B. RGB value is (213,102,123). Sum of RGB (Red+Green+Blue) = 213+102+123=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5667B is #2A9984. Grayscale: #898989. Windows color (decimal): -2791813 or 8087253. OLE color: 8087253.
HSL color Cylindrical-coordinate representation of color #D5667B: hue angle of 348.65º 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 #D5667B is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 123 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.16 |
| HSL | 348.65º | 0.57% | 0.62% | - |
| HSV(B) | 348.65º | 0.52% | 0.84% | - |
| XYZ | 35.77 | 25.08 | 21.69 | - |
| YUV | 137.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 123 | 0 | 0.52 | 0.42 | 0.16 | 348.65 | 0.57 | 0.62 |
| Hex | D5 | 66 | 7B | 0 | 34 | 2A | 10 | 15D | 39 | 3E |
| Octal | 325 | 146 | 173 | 0 | 64 | 52 | 20 | 535 | 71 | 76 |
| Binary | 11010101 | 1100110 | 1111011 | 0 | 110100 | 101010 | 10000 | 101011101 | 111001 | 111110 |
Color Harmonies of #D5667B
Complementary color
Monochromatic Colors of #D5667B
Black with #D5667B
Text Example
Text Example
White with #D5667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5667B; }
p { color: rgb(213,102,123); }
H1.HeaderClassName
{
color: #D5667B;
}
.AnyTagClassName
{
color: #D5667B;
}
</style>
background-color css
<style>
a { background-color: #D5667B; }
a { background-color: rgb(213,102,123); }
div.DivClassName
{
background-color: #D5667B;
}
.BgClassName
{
background-color: #D5667B;
}
</style>
border-color css
<style>
span { border-color: #D5667B; }
span { border-color: rgb(213,102,123); }
td.TdClassName
{
border-color: #D5667B;
}
.TagClassName
{
border-color: #D5667B;
}
</style>