Shades of Froly #DC727F
Tints of Froly #DC727F
RGB
CMYK
RGB Variations
Color information
#DC727F (or 0xDC727F) is known color: Froly. HEX triplet: DC, 72 and 7F. RGB value is (220,114,127). Sum of RGB (Red+Green+Blue) = 220+114+127=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC727F is #238D80. Grayscale: #939393. Windows color (decimal): -2329985 or 8352476. OLE color: 8352476.
HSL color Cylindrical-coordinate representation of color #DC727F: hue angle of 352.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC727F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 127 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.14 |
| HSL | 352.64º | 0.6% | 0.65% | - |
| HSV(B) | 352.64º | 0.48% | 0.86% | - |
| XYZ | 39.36 | 28.78 | 23.56 | - |
| YUV | 147.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 127 | 0 | 0.48 | 0.42 | 0.14 | 352.64 | 0.6 | 0.65 |
| Hex | DC | 72 | 7F | 0 | 30 | 2A | E | 161 | 3C | 41 |
| Octal | 334 | 162 | 177 | 0 | 60 | 52 | 16 | 541 | 74 | 101 |
| Binary | 11011100 | 1110010 | 1111111 | 0 | 110000 | 101010 | 1110 | 101100001 | 111100 | 1000001 |
Color Harmonies of #DC727F
Complementary color
Monochromatic Colors of #DC727F
Black with #DC727F
Text Example
Text Example
White with #DC727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC727F; }
p { color: rgb(220,114,127); }
H1.HeaderClassName
{
color: #DC727F;
}
.AnyTagClassName
{
color: #DC727F;
}
</style>
background-color css
<style>
a { background-color: #DC727F; }
a { background-color: rgb(220,114,127); }
div.DivClassName
{
background-color: #DC727F;
}
.BgClassName
{
background-color: #DC727F;
}
</style>
border-color css
<style>
span { border-color: #DC727F; }
span { border-color: rgb(220,114,127); }
td.TdClassName
{
border-color: #DC727F;
}
.TagClassName
{
border-color: #DC727F;
}
</style>