Shades of Froly #DC636F
Tints of Froly #DC636F
RGB
CMYK
RGB Variations
Color information
#DC636F (or 0xDC636F) is known color: Froly. HEX triplet: DC, 63 and 6F. RGB value is (220,99,111). Sum of RGB (Red+Green+Blue) = 220+99+111=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC636F is #239C90. Grayscale: #888888. Windows color (decimal): -2333841 or 7300060. OLE color: 7300060.
HSL color Cylindrical-coordinate representation of color #DC636F: hue angle of 354.05º 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 #DC636F is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 111 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.14 |
| HSL | 354.05º | 0.63% | 0.63% | - |
| HSV(B) | 354.05º | 0.55% | 0.86% | - |
| XYZ | 36.85 | 25.29 | 17.98 | - |
| YUV | 136.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 111 | 0 | 0.55 | 0.50 | 0.14 | 354.05 | 0.63 | 0.63 |
| Hex | DC | 63 | 6F | 0 | 37 | 32 | E | 162 | 3F | 3F |
| Octal | 334 | 143 | 157 | 0 | 67 | 62 | 16 | 542 | 77 | 77 |
| Binary | 11011100 | 1100011 | 1101111 | 0 | 110111 | 110010 | 1110 | 101100010 | 111111 | 111111 |
Color Harmonies of #DC636F
Complementary color
Monochromatic Colors of #DC636F
Black with #DC636F
Text Example
Text Example
White with #DC636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC636F; }
p { color: rgb(220,99,111); }
H1.HeaderClassName
{
color: #DC636F;
}
.AnyTagClassName
{
color: #DC636F;
}
</style>
background-color css
<style>
a { background-color: #DC636F; }
a { background-color: rgb(220,99,111); }
div.DivClassName
{
background-color: #DC636F;
}
.BgClassName
{
background-color: #DC636F;
}
</style>
border-color css
<style>
span { border-color: #DC636F; }
span { border-color: rgb(220,99,111); }
td.TdClassName
{
border-color: #DC636F;
}
.TagClassName
{
border-color: #DC636F;
}
</style>