Shades of Froly #D4656C
Tints of Froly #D4656C
RGB
CMYK
RGB Variations
Color information
#D4656C (or 0xD4656C) is known color: Froly. HEX triplet: D4, 65 and 6C. RGB value is (212,101,108). Sum of RGB (Red+Green+Blue) = 212+101+108=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4656C is #2B9A93. Grayscale: #878787. Windows color (decimal): -2857620 or 7103956. OLE color: 7103956.
HSL color Cylindrical-coordinate representation of color #D4656C: 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.52%. Process color model (Four color, CMYK) of #D4656C is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 108 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.17 |
| HSL | 356.22º | 0.56% | 0.61% | - |
| HSV(B) | 356.22º | 0.52% | 0.83% | - |
| XYZ | 34.51 | 24.39 | 17.08 | - |
| YUV | 134.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 108 | 0 | 0.52 | 0.49 | 0.17 | 356.22 | 0.56 | 0.61 |
| Hex | D4 | 65 | 6C | 0 | 34 | 31 | 11 | 164 | 38 | 3D |
| Octal | 324 | 145 | 154 | 0 | 64 | 61 | 21 | 544 | 70 | 75 |
| Binary | 11010100 | 1100101 | 1101100 | 0 | 110100 | 110001 | 10001 | 101100100 | 111000 | 111101 |
Color Harmonies of #D4656C
Complementary color
Monochromatic Colors of #D4656C
Black with #D4656C
Text Example
Text Example
White with #D4656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4656C; }
p { color: rgb(212,101,108); }
H1.HeaderClassName
{
color: #D4656C;
}
.AnyTagClassName
{
color: #D4656C;
}
</style>
background-color css
<style>
a { background-color: #D4656C; }
a { background-color: rgb(212,101,108); }
div.DivClassName
{
background-color: #D4656C;
}
.BgClassName
{
background-color: #D4656C;
}
</style>
border-color css
<style>
span { border-color: #D4656C; }
span { border-color: rgb(212,101,108); }
td.TdClassName
{
border-color: #D4656C;
}
.TagClassName
{
border-color: #D4656C;
}
</style>