Shades of Froly #DC636A
Tints of Froly #DC636A
RGB
CMYK
RGB Variations
Color information
#DC636A (or 0xDC636A) is known color: Froly. HEX triplet: DC, 63 and 6A. RGB value is (220,99,106). Sum of RGB (Red+Green+Blue) = 220+99+106=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC636A is #239C95. Grayscale: #888888. Windows color (decimal): -2333846 or 6972380. OLE color: 6972380.
HSL color Cylindrical-coordinate representation of color #DC636A: hue angle of 356.53º 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 #DC636A is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 106 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.14 |
| HSL | 356.53º | 0.63% | 0.63% | - |
| HSV(B) | 356.53º | 0.55% | 0.86% | - |
| XYZ | 36.58 | 25.18 | 16.57 | - |
| YUV | 135.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 106 | 0 | 0.55 | 0.52 | 0.14 | 356.53 | 0.63 | 0.63 |
| Hex | DC | 63 | 6A | 0 | 37 | 34 | E | 165 | 3F | 3F |
| Octal | 334 | 143 | 152 | 0 | 67 | 64 | 16 | 545 | 77 | 77 |
| Binary | 11011100 | 1100011 | 1101010 | 0 | 110111 | 110100 | 1110 | 101100101 | 111111 | 111111 |
Color Harmonies of #DC636A
Complementary color
Monochromatic Colors of #DC636A
Black with #DC636A
Text Example
Text Example
White with #DC636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC636A; }
p { color: rgb(220,99,106); }
H1.HeaderClassName
{
color: #DC636A;
}
.AnyTagClassName
{
color: #DC636A;
}
</style>
background-color css
<style>
a { background-color: #DC636A; }
a { background-color: rgb(220,99,106); }
div.DivClassName
{
background-color: #DC636A;
}
.BgClassName
{
background-color: #DC636A;
}
</style>
border-color css
<style>
span { border-color: #DC636A; }
span { border-color: rgb(220,99,106); }
td.TdClassName
{
border-color: #DC636A;
}
.TagClassName
{
border-color: #DC636A;
}
</style>