Shades of Froly #DD6B7D
Tints of Froly #DD6B7D
RGB
CMYK
RGB Variations
Color information
#DD6B7D (or 0xDD6B7D) is known color: Froly. HEX triplet: DD, 6B and 7D. RGB value is (221,107,125). Sum of RGB (Red+Green+Blue) = 221+107+125=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B7D is #229482. Grayscale: #8F8F8F. Windows color (decimal): -2266243 or 8219613. OLE color: 8219613.
HSL color Cylindrical-coordinate representation of color #DD6B7D: hue angle of 350.53º 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 #DD6B7D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 125 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.13 |
| HSL | 350.53º | 0.63% | 0.64% | - |
| HSV(B) | 350.53º | 0.52% | 0.87% | - |
| XYZ | 38.78 | 27.37 | 22.64 | - |
| YUV | 143.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 125 | 0 | 0.52 | 0.43 | 0.13 | 350.53 | 0.63 | 0.64 |
| Hex | DD | 6B | 7D | 0 | 34 | 2B | D | 15F | 3F | 40 |
| Octal | 335 | 153 | 175 | 0 | 64 | 53 | 15 | 537 | 77 | 100 |
| Binary | 11011101 | 1101011 | 1111101 | 0 | 110100 | 101011 | 1101 | 101011111 | 111111 | 1000000 |
Color Harmonies of #DD6B7D
Complementary color
Monochromatic Colors of #DD6B7D
Black with #DD6B7D
Text Example
Text Example
White with #DD6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B7D; }
p { color: rgb(221,107,125); }
H1.HeaderClassName
{
color: #DD6B7D;
}
.AnyTagClassName
{
color: #DD6B7D;
}
</style>
background-color css
<style>
a { background-color: #DD6B7D; }
a { background-color: rgb(221,107,125); }
div.DivClassName
{
background-color: #DD6B7D;
}
.BgClassName
{
background-color: #DD6B7D;
}
</style>
border-color css
<style>
span { border-color: #DD6B7D; }
span { border-color: rgb(221,107,125); }
td.TdClassName
{
border-color: #DD6B7D;
}
.TagClassName
{
border-color: #DD6B7D;
}
</style>