Shades of Froly #DC636D
Tints of Froly #DC636D
RGB
CMYK
RGB Variations
Color information
#DC636D (or 0xDC636D) is known color: Froly. HEX triplet: DC, 63 and 6D. RGB value is (220,99,109). Sum of RGB (Red+Green+Blue) = 220+99+109=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC636D is #239C92. Grayscale: #888888. Windows color (decimal): -2333843 or 7168988. OLE color: 7168988.
HSL color Cylindrical-coordinate representation of color #DC636D: hue angle of 355.04º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC636D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 109 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.14 |
| HSL | 355.04º | 0.63% | 0.63% | - |
| HSV(B) | 355.04º | 0.55% | 0.86% | - |
| XYZ | 36.74 | 25.24 | 17.4 | - |
| YUV | 136.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 109 | 0 | 0.55 | 0.50 | 0.14 | 355.04 | 0.63 | 0.63 |
| Hex | DC | 63 | 6D | 0 | 37 | 32 | E | 163 | 3F | 3F |
| Octal | 334 | 143 | 155 | 0 | 67 | 62 | 16 | 543 | 77 | 77 |
| Binary | 11011100 | 1100011 | 1101101 | 0 | 110111 | 110010 | 1110 | 101100011 | 111111 | 111111 |
Color Harmonies of #DC636D
Complementary color
Monochromatic Colors of #DC636D
Black with #DC636D
Text Example
Text Example
White with #DC636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC636D; }
p { color: rgb(220,99,109); }
H1.HeaderClassName
{
color: #DC636D;
}
.AnyTagClassName
{
color: #DC636D;
}
</style>
background-color css
<style>
a { background-color: #DC636D; }
a { background-color: rgb(220,99,109); }
div.DivClassName
{
background-color: #DC636D;
}
.BgClassName
{
background-color: #DC636D;
}
</style>
border-color css
<style>
span { border-color: #DC636D; }
span { border-color: rgb(220,99,109); }
td.TdClassName
{
border-color: #DC636D;
}
.TagClassName
{
border-color: #DC636D;
}
</style>