Shades of Roman #DD6664
Tints of Roman #DD6664
RGB
CMYK
RGB Variations
Color information
#DD6664 (or 0xDD6664) is known color: Roman. HEX triplet: DD, 66 and 64. RGB value is (221,102,100). Sum of RGB (Red+Green+Blue) = 221+102+100=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6664 is #22999B. Grayscale: #898989. Windows color (decimal): -2267548 or 6579933. OLE color: 6579933.
HSL color Cylindrical-coordinate representation of color #DD6664: hue angle of 0.99º 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 #DD6664 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 100 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.13 |
| HSL | 0.99º | 0.64% | 0.63% | - |
| HSV(B) | 0.99º | 0.55% | 0.87% | - |
| XYZ | 36.87 | 25.79 | 15.09 | - |
| YUV | 137.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 100 | 0 | 0.54 | 0.55 | 0.13 | 0.99 | 0.64 | 0.63 |
| Hex | DD | 66 | 64 | 0 | 36 | 37 | D | 1 | 40 | 3F |
| Octal | 335 | 146 | 144 | 0 | 66 | 67 | 15 | 1 | 100 | 77 |
| Binary | 11011101 | 1100110 | 1100100 | 0 | 110110 | 110111 | 1101 | 1 | 1000000 | 111111 |
Color Harmonies of #DD6664
Complementary color
Monochromatic Colors of #DD6664
Black with #DD6664
Text Example
Text Example
White with #DD6664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6664; }
p { color: rgb(221,102,100); }
H1.HeaderClassName
{
color: #DD6664;
}
.AnyTagClassName
{
color: #DD6664;
}
</style>
background-color css
<style>
a { background-color: #DD6664; }
a { background-color: rgb(221,102,100); }
div.DivClassName
{
background-color: #DD6664;
}
.BgClassName
{
background-color: #DD6664;
}
</style>
border-color css
<style>
span { border-color: #DD6664; }
span { border-color: rgb(221,102,100); }
td.TdClassName
{
border-color: #DD6664;
}
.TagClassName
{
border-color: #DD6664;
}
</style>