Shades of Froly #D06775
Tints of Froly #D06775
RGB
CMYK
RGB Variations
Color information
#D06775 (or 0xD06775) is known color: Froly. HEX triplet: D0, 67 and 75. RGB value is (208,103,117). Sum of RGB (Red+Green+Blue) = 208+103+117=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D06775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06775 is #2F988A. Grayscale: #888888. Windows color (decimal): -3119243 or 7694288. OLE color: 7694288.
HSL color Cylindrical-coordinate representation of color #D06775: hue angle of 352º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06775 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 117 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.18 |
| HSL | 352º | 0.53% | 0.61% | - |
| HSV(B) | 352º | 0.5% | 0.82% | - |
| XYZ | 34.07 | 24.39 | 19.74 | - |
| YUV | 135.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 117 | 0 | 0.50 | 0.44 | 0.18 | 352 | 0.53 | 0.61 |
| Hex | D0 | 67 | 75 | 0 | 32 | 2C | 12 | 160 | 35 | 3D |
| Octal | 320 | 147 | 165 | 0 | 62 | 54 | 22 | 540 | 65 | 75 |
| Binary | 11010000 | 1100111 | 1110101 | 0 | 110010 | 101100 | 10010 | 101100000 | 110101 | 111101 |
Color Harmonies of #D06775
Complementary color
Monochromatic Colors of #D06775
Black with #D06775
Text Example
Text Example
White with #D06775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06775; }
p { color: rgb(208,103,117); }
H1.HeaderClassName
{
color: #D06775;
}
.AnyTagClassName
{
color: #D06775;
}
</style>
background-color css
<style>
a { background-color: #D06775; }
a { background-color: rgb(208,103,117); }
div.DivClassName
{
background-color: #D06775;
}
.BgClassName
{
background-color: #D06775;
}
</style>
border-color css
<style>
span { border-color: #D06775; }
span { border-color: rgb(208,103,117); }
td.TdClassName
{
border-color: #D06775;
}
.TagClassName
{
border-color: #D06775;
}
</style>