Shades of Froly #DC636B
Tints of Froly #DC636B
RGB
CMYK
RGB Variations
Color information
#DC636B (or 0xDC636B) is known color: Froly. HEX triplet: DC, 63 and 6B. RGB value is (220,99,107). Sum of RGB (Red+Green+Blue) = 220+99+107=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC636B is #239C94. Grayscale: #888888. Windows color (decimal): -2333845 or 7037916. OLE color: 7037916.
HSL color Cylindrical-coordinate representation of color #DC636B: hue angle of 356.03º 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 #DC636B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 107 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.14 |
| HSL | 356.03º | 0.63% | 0.63% | - |
| HSV(B) | 356.03º | 0.55% | 0.86% | - |
| XYZ | 36.63 | 25.2 | 16.84 | - |
| YUV | 136.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 107 | 0 | 0.55 | 0.51 | 0.14 | 356.03 | 0.63 | 0.63 |
| Hex | DC | 63 | 6B | 0 | 37 | 33 | E | 164 | 3F | 3F |
| Octal | 334 | 143 | 153 | 0 | 67 | 63 | 16 | 544 | 77 | 77 |
| Binary | 11011100 | 1100011 | 1101011 | 0 | 110111 | 110011 | 1110 | 101100100 | 111111 | 111111 |
Color Harmonies of #DC636B
Complementary color
Monochromatic Colors of #DC636B
Black with #DC636B
Text Example
Text Example
White with #DC636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC636B; }
p { color: rgb(220,99,107); }
H1.HeaderClassName
{
color: #DC636B;
}
.AnyTagClassName
{
color: #DC636B;
}
</style>
background-color css
<style>
a { background-color: #DC636B; }
a { background-color: rgb(220,99,107); }
div.DivClassName
{
background-color: #DC636B;
}
.BgClassName
{
background-color: #DC636B;
}
</style>
border-color css
<style>
span { border-color: #DC636B; }
span { border-color: rgb(220,99,107); }
td.TdClassName
{
border-color: #DC636B;
}
.TagClassName
{
border-color: #DC636B;
}
</style>