Shades of Froly #D3646B
Tints of Froly #D3646B
RGB
CMYK
RGB Variations
Color information
#D3646B (or 0xD3646B) is known color: Froly. HEX triplet: D3, 64 and 6B. RGB value is (211,100,107). Sum of RGB (Red+Green+Blue) = 211+100+107=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3646B is #2C9B94. Grayscale: #868686. Windows color (decimal): -2923413 or 7038163. OLE color: 7038163.
HSL color Cylindrical-coordinate representation of color #D3646B: hue angle of 356.22º degrees, saturation: 0.56, 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 #D3646B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 107 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.17 |
| HSL | 356.22º | 0.56% | 0.61% | - |
| HSV(B) | 356.22º | 0.53% | 0.83% | - |
| XYZ | 34.07 | 24.02 | 16.75 | - |
| YUV | 133.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 107 | 0 | 0.53 | 0.49 | 0.17 | 356.22 | 0.56 | 0.61 |
| Hex | D3 | 64 | 6B | 0 | 35 | 31 | 11 | 164 | 38 | 3D |
| Octal | 323 | 144 | 153 | 0 | 65 | 61 | 21 | 544 | 70 | 75 |
| Binary | 11010011 | 1100100 | 1101011 | 0 | 110101 | 110001 | 10001 | 101100100 | 111000 | 111101 |
Color Harmonies of #D3646B
Complementary color
Monochromatic Colors of #D3646B
Black with #D3646B
Text Example
Text Example
White with #D3646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3646B; }
p { color: rgb(211,100,107); }
H1.HeaderClassName
{
color: #D3646B;
}
.AnyTagClassName
{
color: #D3646B;
}
</style>
background-color css
<style>
a { background-color: #D3646B; }
a { background-color: rgb(211,100,107); }
div.DivClassName
{
background-color: #D3646B;
}
.BgClassName
{
background-color: #D3646B;
}
</style>
border-color css
<style>
span { border-color: #D3646B; }
span { border-color: rgb(211,100,107); }
td.TdClassName
{
border-color: #D3646B;
}
.TagClassName
{
border-color: #D3646B;
}
</style>