Shades of Roman #DD6665
Tints of Roman #DD6665
RGB
CMYK
RGB Variations
Color information
#DD6665 (or 0xDD6665) is known color: Roman. HEX triplet: DD, 66 and 65. RGB value is (221,102,101). Sum of RGB (Red+Green+Blue) = 221+102+101=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6665 is #22999A. Grayscale: #898989. Windows color (decimal): -2267547 or 6645469. OLE color: 6645469.
HSL color Cylindrical-coordinate representation of color #DD6665: hue angle of 0.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6665 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 101 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.13 |
| HSL | 0.5º | 0.64% | 0.63% | - |
| HSV(B) | 0.5º | 0.54% | 0.87% | - |
| XYZ | 36.92 | 25.81 | 15.35 | - |
| YUV | 137.47 | 107.42 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 101 | 0 | 0.54 | 0.54 | 0.13 | 0.5 | 0.64 | 0.63 |
| Hex | DD | 66 | 65 | 0 | 36 | 36 | D | 0 | 40 | 3F |
| Octal | 335 | 146 | 145 | 0 | 66 | 66 | 15 | 0 | 100 | 77 |
| Binary | 11011101 | 1100110 | 1100101 | 0 | 110110 | 110110 | 1101 | 0 | 1000000 | 111111 |
Color Harmonies of #DD6665
Complementary color
Monochromatic Colors of #DD6665
Black with #DD6665
Text Example
Text Example
White with #DD6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6665; }
p { color: rgb(221,102,101); }
H1.HeaderClassName
{
color: #DD6665;
}
.AnyTagClassName
{
color: #DD6665;
}
</style>
background-color css
<style>
a { background-color: #DD6665; }
a { background-color: rgb(221,102,101); }
div.DivClassName
{
background-color: #DD6665;
}
.BgClassName
{
background-color: #DD6665;
}
</style>
border-color css
<style>
span { border-color: #DD6665; }
span { border-color: rgb(221,102,101); }
td.TdClassName
{
border-color: #DD6665;
}
.TagClassName
{
border-color: #DD6665;
}
</style>