Shades of Froly #D2656B
Tints of Froly #D2656B
RGB
CMYK
RGB Variations
Color information
#D2656B (or 0xD2656B) is known color: Froly. HEX triplet: D2, 65 and 6B. RGB value is (210,101,107). Sum of RGB (Red+Green+Blue) = 210+101+107=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2656B is #2D9A94. Grayscale: #868686. Windows color (decimal): -2988693 or 7038418. OLE color: 7038418.
HSL color Cylindrical-coordinate representation of color #D2656B: hue angle of 356.7º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2656B is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 107 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.18 |
| HSL | 356.7º | 0.55% | 0.61% | - |
| HSV(B) | 356.7º | 0.52% | 0.82% | - |
| XYZ | 33.89 | 24.07 | 16.77 | - |
| YUV | 134.28 | 112.61 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 107 | 0 | 0.52 | 0.49 | 0.18 | 356.7 | 0.55 | 0.61 |
| Hex | D2 | 65 | 6B | 0 | 34 | 31 | 12 | 165 | 37 | 3D |
| Octal | 322 | 145 | 153 | 0 | 64 | 61 | 22 | 545 | 67 | 75 |
| Binary | 11010010 | 1100101 | 1101011 | 0 | 110100 | 110001 | 10010 | 101100101 | 110111 | 111101 |
Color Harmonies of #D2656B
Complementary color
Monochromatic Colors of #D2656B
Black with #D2656B
Text Example
Text Example
White with #D2656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2656B; }
p { color: rgb(210,101,107); }
H1.HeaderClassName
{
color: #D2656B;
}
.AnyTagClassName
{
color: #D2656B;
}
</style>
background-color css
<style>
a { background-color: #D2656B; }
a { background-color: rgb(210,101,107); }
div.DivClassName
{
background-color: #D2656B;
}
.BgClassName
{
background-color: #D2656B;
}
</style>
border-color css
<style>
span { border-color: #D2656B; }
span { border-color: rgb(210,101,107); }
td.TdClassName
{
border-color: #D2656B;
}
.TagClassName
{
border-color: #D2656B;
}
</style>