Shades of Froly #DC727E
Tints of Froly #DC727E
RGB
CMYK
RGB Variations
Color information
#DC727E (or 0xDC727E) is known color: Froly. HEX triplet: DC, 72 and 7E. RGB value is (220,114,126). Sum of RGB (Red+Green+Blue) = 220+114+126=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC727E is #238D81. Grayscale: #939393. Windows color (decimal): -2329986 or 8286940. OLE color: 8286940.
HSL color Cylindrical-coordinate representation of color #DC727E: hue angle of 353.21º 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 #DC727E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 126 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.14 |
| HSL | 353.21º | 0.6% | 0.65% | - |
| HSV(B) | 353.21º | 0.48% | 0.86% | - |
| XYZ | 39.3 | 28.76 | 23.22 | - |
| YUV | 147.06 | 116.12 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 126 | 0 | 0.48 | 0.43 | 0.14 | 353.21 | 0.6 | 0.65 |
| Hex | DC | 72 | 7E | 0 | 30 | 2B | E | 161 | 3C | 41 |
| Octal | 334 | 162 | 176 | 0 | 60 | 53 | 16 | 541 | 74 | 101 |
| Binary | 11011100 | 1110010 | 1111110 | 0 | 110000 | 101011 | 1110 | 101100001 | 111100 | 1000001 |
Color Harmonies of #DC727E
Complementary color
Monochromatic Colors of #DC727E
Black with #DC727E
Text Example
Text Example
White with #DC727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC727E; }
p { color: rgb(220,114,126); }
H1.HeaderClassName
{
color: #DC727E;
}
.AnyTagClassName
{
color: #DC727E;
}
</style>
background-color css
<style>
a { background-color: #DC727E; }
a { background-color: rgb(220,114,126); }
div.DivClassName
{
background-color: #DC727E;
}
.BgClassName
{
background-color: #DC727E;
}
</style>
border-color css
<style>
span { border-color: #DC727E; }
span { border-color: rgb(220,114,126); }
td.TdClassName
{
border-color: #DC727E;
}
.TagClassName
{
border-color: #DC727E;
}
</style>