Shades of Froly #D4646B
Tints of Froly #D4646B
RGB
CMYK
RGB Variations
Color information
#D4646B (or 0xD4646B) is known color: Froly. HEX triplet: D4, 64 and 6B. RGB value is (212,100,107). Sum of RGB (Red+Green+Blue) = 212+100+107=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4646B is #2B9B94. Grayscale: #868686. Windows color (decimal): -2857877 or 7038164. OLE color: 7038164.
HSL color Cylindrical-coordinate representation of color #D4646B: hue angle of 356.25º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4646B is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 107 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.17 |
| HSL | 356.25º | 0.57% | 0.61% | - |
| HSV(B) | 356.25º | 0.53% | 0.83% | - |
| XYZ | 34.36 | 24.17 | 16.76 | - |
| YUV | 134.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 107 | 0 | 0.53 | 0.50 | 0.17 | 356.25 | 0.57 | 0.61 |
| Hex | D4 | 64 | 6B | 0 | 35 | 32 | 11 | 164 | 39 | 3D |
| Octal | 324 | 144 | 153 | 0 | 65 | 62 | 21 | 544 | 71 | 75 |
| Binary | 11010100 | 1100100 | 1101011 | 0 | 110101 | 110010 | 10001 | 101100100 | 111001 | 111101 |
Color Harmonies of #D4646B
Complementary color
Monochromatic Colors of #D4646B
Black with #D4646B
Text Example
Text Example
White with #D4646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4646B; }
p { color: rgb(212,100,107); }
H1.HeaderClassName
{
color: #D4646B;
}
.AnyTagClassName
{
color: #D4646B;
}
</style>
background-color css
<style>
a { background-color: #D4646B; }
a { background-color: rgb(212,100,107); }
div.DivClassName
{
background-color: #D4646B;
}
.BgClassName
{
background-color: #D4646B;
}
</style>
border-color css
<style>
span { border-color: #D4646B; }
span { border-color: rgb(212,100,107); }
td.TdClassName
{
border-color: #D4646B;
}
.TagClassName
{
border-color: #D4646B;
}
</style>