Shades of Roman #DD6B63
Tints of Roman #DD6B63
RGB
CMYK
RGB Variations
Color information
#DD6B63 (or 0xDD6B63) is known color: Roman. HEX triplet: DD, 6B and 63. RGB value is (221,107,99). Sum of RGB (Red+Green+Blue) = 221+107+99=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B63 is #22949C. Grayscale: #8C8C8C. Windows color (decimal): -2266269 or 6515677. OLE color: 6515677.
HSL color Cylindrical-coordinate representation of color #DD6B63: hue angle of 3.93º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6B63 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 99 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.13 |
| HSL | 3.93º | 0.64% | 0.63% | - |
| HSV(B) | 3.93º | 0.55% | 0.87% | - |
| XYZ | 37.33 | 26.79 | 15.01 | - |
| YUV | 140.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 99 | 0 | 0.52 | 0.55 | 0.13 | 3.93 | 0.64 | 0.63 |
| Hex | DD | 6B | 63 | 0 | 34 | 37 | D | 4 | 40 | 3F |
| Octal | 335 | 153 | 143 | 0 | 64 | 67 | 15 | 4 | 100 | 77 |
| Binary | 11011101 | 1101011 | 1100011 | 0 | 110100 | 110111 | 1101 | 100 | 1000000 | 111111 |
Color Harmonies of #DD6B63
Complementary color
Monochromatic Colors of #DD6B63
Black with #DD6B63
Text Example
Text Example
White with #DD6B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B63; }
p { color: rgb(221,107,99); }
H1.HeaderClassName
{
color: #DD6B63;
}
.AnyTagClassName
{
color: #DD6B63;
}
</style>
background-color css
<style>
a { background-color: #DD6B63; }
a { background-color: rgb(221,107,99); }
div.DivClassName
{
background-color: #DD6B63;
}
.BgClassName
{
background-color: #DD6B63;
}
</style>
border-color css
<style>
span { border-color: #DD6B63; }
span { border-color: rgb(221,107,99); }
td.TdClassName
{
border-color: #DD6B63;
}
.TagClassName
{
border-color: #DD6B63;
}
</style>