Shades of Roman #DF6363
Tints of Roman #DF6363
RGB
CMYK
RGB Variations
Color information
#DF6363 (or 0xDF6363) is known color: Roman. HEX triplet: DF, 63 and 63. RGB value is (223,99,99). Sum of RGB (Red+Green+Blue) = 223+99+99=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6363 is #209C9C. Grayscale: #888888. Windows color (decimal): -2137245 or 6513631. OLE color: 6513631.
HSL color Cylindrical-coordinate representation of color #DF6363: hue angle of 0º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6363 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 99 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.13 |
| HSL | 0º | 0.66% | 0.63% | - |
| HSV(B) | 0º | 0.56% | 0.87% | - |
| XYZ | 37.15 | 25.51 | 14.77 | - |
| YUV | 136.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 99 | 0 | 0.56 | 0.56 | 0.13 | 0 | 0.66 | 0.63 |
| Hex | DF | 63 | 63 | 0 | 38 | 38 | D | 0 | 42 | 3F |
| Octal | 337 | 143 | 143 | 0 | 70 | 70 | 15 | 0 | 102 | 77 |
| Binary | 11011111 | 1100011 | 1100011 | 0 | 111000 | 111000 | 1101 | 0 | 1000010 | 111111 |
Color Harmonies of #DF6363
Complementary color
Monochromatic Colors of #DF6363
Black with #DF6363
Text Example
Text Example
White with #DF6363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6363; }
p { color: rgb(223,99,99); }
H1.HeaderClassName
{
color: #DF6363;
}
.AnyTagClassName
{
color: #DF6363;
}
</style>
background-color css
<style>
a { background-color: #DF6363; }
a { background-color: rgb(223,99,99); }
div.DivClassName
{
background-color: #DF6363;
}
.BgClassName
{
background-color: #DF6363;
}
</style>
border-color css
<style>
span { border-color: #DF6363; }
span { border-color: rgb(223,99,99); }
td.TdClassName
{
border-color: #DF6363;
}
.TagClassName
{
border-color: #DF6363;
}
</style>