Shades of Roman #DF645D
Tints of Roman #DF645D
RGB
CMYK
RGB Variations
Color information
#DF645D (or 0xDF645D) is known color: Roman. HEX triplet: DF, 64 and 5D. RGB value is (223,100,93). Sum of RGB (Red+Green+Blue) = 223+100+93=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF645D is #209BA2. Grayscale: #888888. Windows color (decimal): -2136995 or 6120671. OLE color: 6120671.
HSL color Cylindrical-coordinate representation of color #DF645D: hue angle of 3.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF645D is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 93 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.13 |
| HSL | 3.23º | 0.67% | 0.62% | - |
| HSV(B) | 3.23º | 0.58% | 0.87% | - |
| XYZ | 36.96 | 25.59 | 13.35 | - |
| YUV | 135.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 93 | 0 | 0.55 | 0.58 | 0.13 | 3.23 | 0.67 | 0.62 |
| Hex | DF | 64 | 5D | 0 | 37 | 3A | D | 3 | 43 | 3E |
| Octal | 337 | 144 | 135 | 0 | 67 | 72 | 15 | 3 | 103 | 76 |
| Binary | 11011111 | 1100100 | 1011101 | 0 | 110111 | 111010 | 1101 | 11 | 1000011 | 111110 |
Color Harmonies of #DF645D
Complementary color
Monochromatic Colors of #DF645D
Black with #DF645D
Text Example
Text Example
White with #DF645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF645D; }
p { color: rgb(223,100,93); }
H1.HeaderClassName
{
color: #DF645D;
}
.AnyTagClassName
{
color: #DF645D;
}
</style>
background-color css
<style>
a { background-color: #DF645D; }
a { background-color: rgb(223,100,93); }
div.DivClassName
{
background-color: #DF645D;
}
.BgClassName
{
background-color: #DF645D;
}
</style>
border-color css
<style>
span { border-color: #DF645D; }
span { border-color: rgb(223,100,93); }
td.TdClassName
{
border-color: #DF645D;
}
.TagClassName
{
border-color: #DF645D;
}
</style>