Shades of Froly #D5646B
Tints of Froly #D5646B
RGB
CMYK
RGB Variations
Color information
#D5646B (or 0xD5646B) is known color: Froly. HEX triplet: D5, 64 and 6B. RGB value is (213,100,107). Sum of RGB (Red+Green+Blue) = 213+100+107=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5646B is #2A9B94. Grayscale: #868686. Windows color (decimal): -2792341 or 7038165. OLE color: 7038165.
HSL color Cylindrical-coordinate representation of color #D5646B: hue angle of 356.28º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5646B is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 107 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.16 |
| HSL | 356.28º | 0.57% | 0.61% | - |
| HSV(B) | 356.28º | 0.53% | 0.84% | - |
| XYZ | 34.65 | 24.32 | 16.78 | - |
| YUV | 134.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 107 | 0 | 0.53 | 0.50 | 0.16 | 356.28 | 0.57 | 0.61 |
| Hex | D5 | 64 | 6B | 0 | 35 | 32 | 10 | 164 | 39 | 3D |
| Octal | 325 | 144 | 153 | 0 | 65 | 62 | 20 | 544 | 71 | 75 |
| Binary | 11010101 | 1100100 | 1101011 | 0 | 110101 | 110010 | 10000 | 101100100 | 111001 | 111101 |
Color Harmonies of #D5646B
Complementary color
Monochromatic Colors of #D5646B
Black with #D5646B
Text Example
Text Example
White with #D5646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5646B; }
p { color: rgb(213,100,107); }
H1.HeaderClassName
{
color: #D5646B;
}
.AnyTagClassName
{
color: #D5646B;
}
</style>
background-color css
<style>
a { background-color: #D5646B; }
a { background-color: rgb(213,100,107); }
div.DivClassName
{
background-color: #D5646B;
}
.BgClassName
{
background-color: #D5646B;
}
</style>
border-color css
<style>
span { border-color: #D5646B; }
span { border-color: rgb(213,100,107); }
td.TdClassName
{
border-color: #D5646B;
}
.TagClassName
{
border-color: #D5646B;
}
</style>