Shades of Roman #DF625B
Tints of Roman #DF625B
RGB
CMYK
RGB Variations
Color information
#DF625B (or 0xDF625B) is known color: Roman. HEX triplet: DF, 62 and 5B. RGB value is (223,98,91). Sum of RGB (Red+Green+Blue) = 223+98+91=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF625B is #209DA4. Grayscale: #868686. Windows color (decimal): -2137509 or 5989087. OLE color: 5989087.
HSL color Cylindrical-coordinate representation of color #DF625B: hue angle of 3.18º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF625B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 91 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.13 |
| HSL | 3.18º | 0.67% | 0.62% | - |
| HSV(B) | 3.18º | 0.59% | 0.87% | - |
| XYZ | 36.69 | 25.18 | 12.82 | - |
| YUV | 134.58 | 103.41 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 91 | 0 | 0.56 | 0.59 | 0.13 | 3.18 | 0.67 | 0.62 |
| Hex | DF | 62 | 5B | 0 | 38 | 3B | D | 3 | 43 | 3E |
| Octal | 337 | 142 | 133 | 0 | 70 | 73 | 15 | 3 | 103 | 76 |
| Binary | 11011111 | 1100010 | 1011011 | 0 | 111000 | 111011 | 1101 | 11 | 1000011 | 111110 |
Color Harmonies of #DF625B
Complementary color
Monochromatic Colors of #DF625B
Black with #DF625B
Text Example
Text Example
White with #DF625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF625B; }
p { color: rgb(223,98,91); }
H1.HeaderClassName
{
color: #DF625B;
}
.AnyTagClassName
{
color: #DF625B;
}
</style>
background-color css
<style>
a { background-color: #DF625B; }
a { background-color: rgb(223,98,91); }
div.DivClassName
{
background-color: #DF625B;
}
.BgClassName
{
background-color: #DF625B;
}
</style>
border-color css
<style>
span { border-color: #DF625B; }
span { border-color: rgb(223,98,91); }
td.TdClassName
{
border-color: #DF625B;
}
.TagClassName
{
border-color: #DF625B;
}
</style>