Shades of Froly #D4657A
Tints of Froly #D4657A
RGB
CMYK
RGB Variations
Color information
#D4657A (or 0xD4657A) is known color: Froly. HEX triplet: D4, 65 and 7A. RGB value is (212,101,122). Sum of RGB (Red+Green+Blue) = 212+101+122=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4657A is #2B9A85. Grayscale: #888888. Windows color (decimal): -2857606 or 8021460. OLE color: 8021460.
HSL color Cylindrical-coordinate representation of color #D4657A: hue angle of 348.65º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4657A is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 122 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.17 |
| HSL | 348.65º | 0.56% | 0.61% | - |
| HSV(B) | 348.65º | 0.52% | 0.83% | - |
| XYZ | 35.32 | 24.71 | 21.32 | - |
| YUV | 136.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 122 | 0 | 0.52 | 0.42 | 0.17 | 348.65 | 0.56 | 0.61 |
| Hex | D4 | 65 | 7A | 0 | 34 | 2A | 11 | 15D | 38 | 3D |
| Octal | 324 | 145 | 172 | 0 | 64 | 52 | 21 | 535 | 70 | 75 |
| Binary | 11010100 | 1100101 | 1111010 | 0 | 110100 | 101010 | 10001 | 101011101 | 111000 | 111101 |
Color Harmonies of #D4657A
Complementary color
Monochromatic Colors of #D4657A
Black with #D4657A
Text Example
Text Example
White with #D4657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4657A; }
p { color: rgb(212,101,122); }
H1.HeaderClassName
{
color: #D4657A;
}
.AnyTagClassName
{
color: #D4657A;
}
</style>
background-color css
<style>
a { background-color: #D4657A; }
a { background-color: rgb(212,101,122); }
div.DivClassName
{
background-color: #D4657A;
}
.BgClassName
{
background-color: #D4657A;
}
</style>
border-color css
<style>
span { border-color: #D4657A; }
span { border-color: rgb(212,101,122); }
td.TdClassName
{
border-color: #D4657A;
}
.TagClassName
{
border-color: #D4657A;
}
</style>