Shades of Froly #D5636A
Tints of Froly #D5636A
RGB
CMYK
RGB Variations
Color information
#D5636A (or 0xD5636A) is known color: Froly. HEX triplet: D5, 63 and 6A. RGB value is (213,99,106). Sum of RGB (Red+Green+Blue) = 213+99+106=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5636A is #2A9C95. Grayscale: #858585. Windows color (decimal): -2792598 or 6972373. OLE color: 6972373.
HSL color Cylindrical-coordinate representation of color #D5636A: hue angle of 356.32º 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 #D5636A is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 106 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.16 |
| HSL | 356.32º | 0.58% | 0.61% | - |
| HSV(B) | 356.32º | 0.54% | 0.84% | - |
| XYZ | 34.5 | 24.11 | 16.47 | - |
| YUV | 133.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 106 | 0 | 0.54 | 0.50 | 0.16 | 356.32 | 0.58 | 0.61 |
| Hex | D5 | 63 | 6A | 0 | 36 | 32 | 10 | 164 | 3A | 3D |
| Octal | 325 | 143 | 152 | 0 | 66 | 62 | 20 | 544 | 72 | 75 |
| Binary | 11010101 | 1100011 | 1101010 | 0 | 110110 | 110010 | 10000 | 101100100 | 111010 | 111101 |
Color Harmonies of #D5636A
Complementary color
Monochromatic Colors of #D5636A
Black with #D5636A
Text Example
Text Example
White with #D5636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5636A; }
p { color: rgb(213,99,106); }
H1.HeaderClassName
{
color: #D5636A;
}
.AnyTagClassName
{
color: #D5636A;
}
</style>
background-color css
<style>
a { background-color: #D5636A; }
a { background-color: rgb(213,99,106); }
div.DivClassName
{
background-color: #D5636A;
}
.BgClassName
{
background-color: #D5636A;
}
</style>
border-color css
<style>
span { border-color: #D5636A; }
span { border-color: rgb(213,99,106); }
td.TdClassName
{
border-color: #D5636A;
}
.TagClassName
{
border-color: #D5636A;
}
</style>