Shades of Froly #D76270
Tints of Froly #D76270
RGB
CMYK
RGB Variations
Color information
#D76270 (or 0xD76270) is known color: Froly. HEX triplet: D7, 62 and 70. RGB value is (215,98,112). Sum of RGB (Red+Green+Blue) = 215+98+112=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D76270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76270 is #289D8F. Grayscale: #868686. Windows color (decimal): -2661776 or 7365335. OLE color: 7365335.
HSL color Cylindrical-coordinate representation of color #D76270: hue angle of 352.82º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76270 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 112 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.16 |
| HSL | 352.82º | 0.59% | 0.61% | - |
| HSV(B) | 352.82º | 0.54% | 0.84% | - |
| XYZ | 35.32 | 24.35 | 18.17 | - |
| YUV | 134.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 112 | 0 | 0.54 | 0.48 | 0.16 | 352.82 | 0.59 | 0.61 |
| Hex | D7 | 62 | 70 | 0 | 36 | 30 | 10 | 161 | 3B | 3D |
| Octal | 327 | 142 | 160 | 0 | 66 | 60 | 20 | 541 | 73 | 75 |
| Binary | 11010111 | 1100010 | 1110000 | 0 | 110110 | 110000 | 10000 | 101100001 | 111011 | 111101 |
Color Harmonies of #D76270
Complementary color
Monochromatic Colors of #D76270
Black with #D76270
Text Example
Text Example
White with #D76270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76270; }
p { color: rgb(215,98,112); }
H1.HeaderClassName
{
color: #D76270;
}
.AnyTagClassName
{
color: #D76270;
}
</style>
background-color css
<style>
a { background-color: #D76270; }
a { background-color: rgb(215,98,112); }
div.DivClassName
{
background-color: #D76270;
}
.BgClassName
{
background-color: #D76270;
}
</style>
border-color css
<style>
span { border-color: #D76270; }
span { border-color: rgb(215,98,112); }
td.TdClassName
{
border-color: #D76270;
}
.TagClassName
{
border-color: #D76270;
}
</style>