Shades of Froly #DD6A7D
Tints of Froly #DD6A7D
RGB
CMYK
RGB Variations
Color information
#DD6A7D (or 0xDD6A7D) is known color: Froly. HEX triplet: DD, 6A and 7D. RGB value is (221,106,125). Sum of RGB (Red+Green+Blue) = 221+106+125=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A7D is #229582. Grayscale: #8E8E8E. Windows color (decimal): -2266499 or 8219357. OLE color: 8219357.
HSL color Cylindrical-coordinate representation of color #DD6A7D: hue angle of 350.09º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6A7D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 125 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.13 |
| HSL | 350.09º | 0.63% | 0.64% | - |
| HSV(B) | 350.09º | 0.52% | 0.87% | - |
| XYZ | 38.67 | 27.16 | 22.61 | - |
| YUV | 142.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 125 | 0 | 0.52 | 0.43 | 0.13 | 350.09 | 0.63 | 0.64 |
| Hex | DD | 6A | 7D | 0 | 34 | 2B | D | 15E | 3F | 40 |
| Octal | 335 | 152 | 175 | 0 | 64 | 53 | 15 | 536 | 77 | 100 |
| Binary | 11011101 | 1101010 | 1111101 | 0 | 110100 | 101011 | 1101 | 101011110 | 111111 | 1000000 |
Color Harmonies of #DD6A7D
Complementary color
Monochromatic Colors of #DD6A7D
Black with #DD6A7D
Text Example
Text Example
White with #DD6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A7D; }
p { color: rgb(221,106,125); }
H1.HeaderClassName
{
color: #DD6A7D;
}
.AnyTagClassName
{
color: #DD6A7D;
}
</style>
background-color css
<style>
a { background-color: #DD6A7D; }
a { background-color: rgb(221,106,125); }
div.DivClassName
{
background-color: #DD6A7D;
}
.BgClassName
{
background-color: #DD6A7D;
}
</style>
border-color css
<style>
span { border-color: #DD6A7D; }
span { border-color: rgb(221,106,125); }
td.TdClassName
{
border-color: #DD6A7D;
}
.TagClassName
{
border-color: #DD6A7D;
}
</style>