Shades of Froly #D66472
Tints of Froly #D66472
RGB
CMYK
RGB Variations
Color information
#D66472 (or 0xD66472) is known color: Froly. HEX triplet: D6, 64 and 72. RGB value is (214,100,114). Sum of RGB (Red+Green+Blue) = 214+100+114=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D66472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66472 is #299B8D. Grayscale: #878787. Windows color (decimal): -2726798 or 7496918. OLE color: 7496918.
HSL color Cylindrical-coordinate representation of color #D66472: hue angle of 352.63º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66472 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 114 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.16 |
| HSL | 352.63º | 0.58% | 0.62% | - |
| HSV(B) | 352.63º | 0.53% | 0.84% | - |
| XYZ | 35.33 | 24.63 | 18.81 | - |
| YUV | 135.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 114 | 0 | 0.53 | 0.47 | 0.16 | 352.63 | 0.58 | 0.62 |
| Hex | D6 | 64 | 72 | 0 | 35 | 2F | 10 | 161 | 3A | 3E |
| Octal | 326 | 144 | 162 | 0 | 65 | 57 | 20 | 541 | 72 | 76 |
| Binary | 11010110 | 1100100 | 1110010 | 0 | 110101 | 101111 | 10000 | 101100001 | 111010 | 111110 |
Color Harmonies of #D66472
Complementary color
Monochromatic Colors of #D66472
Black with #D66472
Text Example
Text Example
White with #D66472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66472; }
p { color: rgb(214,100,114); }
H1.HeaderClassName
{
color: #D66472;
}
.AnyTagClassName
{
color: #D66472;
}
</style>
background-color css
<style>
a { background-color: #D66472; }
a { background-color: rgb(214,100,114); }
div.DivClassName
{
background-color: #D66472;
}
.BgClassName
{
background-color: #D66472;
}
</style>
border-color css
<style>
span { border-color: #D66472; }
span { border-color: rgb(214,100,114); }
td.TdClassName
{
border-color: #D66472;
}
.TagClassName
{
border-color: #D66472;
}
</style>