Shades of Roman #DE665A
Tints of Roman #DE665A
RGB
CMYK
RGB Variations
Color information
#DE665A (or 0xDE665A) is known color: Roman. HEX triplet: DE, 66 and 5A. RGB value is (222,102,90). Sum of RGB (Red+Green+Blue) = 222+102+90=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE665A is #2199A5. Grayscale: #888888. Windows color (decimal): -2202022 or 5924574. OLE color: 5924574.
HSL color Cylindrical-coordinate representation of color #DE665A: hue angle of 5.45º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE665A is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 90 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.13 |
| HSL | 5.45º | 0.67% | 0.61% | - |
| HSV(B) | 5.45º | 0.59% | 0.87% | - |
| XYZ | 36.72 | 25.77 | 12.71 | - |
| YUV | 136.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 90 | 0 | 0.54 | 0.59 | 0.13 | 5.45 | 0.67 | 0.61 |
| Hex | DE | 66 | 5A | 0 | 36 | 3B | D | 5 | 43 | 3D |
| Octal | 336 | 146 | 132 | 0 | 66 | 73 | 15 | 5 | 103 | 75 |
| Binary | 11011110 | 1100110 | 1011010 | 0 | 110110 | 111011 | 1101 | 101 | 1000011 | 111101 |
Color Harmonies of #DE665A
Complementary color
Monochromatic Colors of #DE665A
Black with #DE665A
Text Example
Text Example
White with #DE665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE665A; }
p { color: rgb(222,102,90); }
H1.HeaderClassName
{
color: #DE665A;
}
.AnyTagClassName
{
color: #DE665A;
}
</style>
background-color css
<style>
a { background-color: #DE665A; }
a { background-color: rgb(222,102,90); }
div.DivClassName
{
background-color: #DE665A;
}
.BgClassName
{
background-color: #DE665A;
}
</style>
border-color css
<style>
span { border-color: #DE665A; }
span { border-color: rgb(222,102,90); }
td.TdClassName
{
border-color: #DE665A;
}
.TagClassName
{
border-color: #DE665A;
}
</style>