Shades of Froly #D56378
Tints of Froly #D56378
RGB
CMYK
RGB Variations
Color information
#D56378 (or 0xD56378) is known color: Froly. HEX triplet: D5, 63 and 78. RGB value is (213,99,120). Sum of RGB (Red+Green+Blue) = 213+99+120=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D56378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56378 is #2A9C87. Grayscale: #878787. Windows color (decimal): -2792584 or 7889877. OLE color: 7889877.
HSL color Cylindrical-coordinate representation of color #D56378: hue angle of 348.95º degrees, saturation: 0.58, 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 #D56378 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 120 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.16 |
| HSL | 348.95º | 0.58% | 0.61% | - |
| HSV(B) | 348.95º | 0.54% | 0.84% | - |
| XYZ | 35.29 | 24.43 | 20.62 | - |
| YUV | 135.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 120 | 0 | 0.54 | 0.44 | 0.16 | 348.95 | 0.58 | 0.61 |
| Hex | D5 | 63 | 78 | 0 | 36 | 2C | 10 | 15D | 3A | 3D |
| Octal | 325 | 143 | 170 | 0 | 66 | 54 | 20 | 535 | 72 | 75 |
| Binary | 11010101 | 1100011 | 1111000 | 0 | 110110 | 101100 | 10000 | 101011101 | 111010 | 111101 |
Color Harmonies of #D56378
Complementary color
Monochromatic Colors of #D56378
Black with #D56378
Text Example
Text Example
White with #D56378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56378; }
p { color: rgb(213,99,120); }
H1.HeaderClassName
{
color: #D56378;
}
.AnyTagClassName
{
color: #D56378;
}
</style>
background-color css
<style>
a { background-color: #D56378; }
a { background-color: rgb(213,99,120); }
div.DivClassName
{
background-color: #D56378;
}
.BgClassName
{
background-color: #D56378;
}
</style>
border-color css
<style>
span { border-color: #D56378; }
span { border-color: rgb(213,99,120); }
td.TdClassName
{
border-color: #D56378;
}
.TagClassName
{
border-color: #D56378;
}
</style>