Shades of Froly #D4667B
Tints of Froly #D4667B
RGB
CMYK
RGB Variations
Color information
#D4667B (or 0xD4667B) is known color: Froly. HEX triplet: D4, 66 and 7B. RGB value is (212,102,123). Sum of RGB (Red+Green+Blue) = 212+102+123=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4667B is #2B9984. Grayscale: #898989. Windows color (decimal): -2857349 or 8087252. OLE color: 8087252.
HSL color Cylindrical-coordinate representation of color #D4667B: hue angle of 348.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4667B is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 123 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.17 |
| HSL | 348.55º | 0.56% | 0.62% | - |
| HSV(B) | 348.55º | 0.52% | 0.83% | - |
| XYZ | 35.48 | 24.93 | 21.68 | - |
| YUV | 137.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 123 | 0 | 0.52 | 0.42 | 0.17 | 348.55 | 0.56 | 0.62 |
| Hex | D4 | 66 | 7B | 0 | 34 | 2A | 11 | 15D | 38 | 3E |
| Octal | 324 | 146 | 173 | 0 | 64 | 52 | 21 | 535 | 70 | 76 |
| Binary | 11010100 | 1100110 | 1111011 | 0 | 110100 | 101010 | 10001 | 101011101 | 111000 | 111110 |
Color Harmonies of #D4667B
Complementary color
Monochromatic Colors of #D4667B
Black with #D4667B
Text Example
Text Example
White with #D4667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4667B; }
p { color: rgb(212,102,123); }
H1.HeaderClassName
{
color: #D4667B;
}
.AnyTagClassName
{
color: #D4667B;
}
</style>
background-color css
<style>
a { background-color: #D4667B; }
a { background-color: rgb(212,102,123); }
div.DivClassName
{
background-color: #D4667B;
}
.BgClassName
{
background-color: #D4667B;
}
</style>
border-color css
<style>
span { border-color: #D4667B; }
span { border-color: rgb(212,102,123); }
td.TdClassName
{
border-color: #D4667B;
}
.TagClassName
{
border-color: #D4667B;
}
</style>