Shades of Roman #DD5B5A
Tints of Roman #DD5B5A
RGB
CMYK
RGB Variations
Color information
#DD5B5A (or 0xDD5B5A) is known color: Roman. HEX triplet: DD, 5B and 5A. RGB value is (221,91,90). Sum of RGB (Red+Green+Blue) = 221+91+90=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B5A is #22A4A5. Grayscale: #818181. Windows color (decimal): -2270374 or 5921757. OLE color: 5921757.
HSL color Cylindrical-coordinate representation of color #DD5B5A: hue angle of 0.46º degrees, saturation: 0.66, 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 #DD5B5A is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 90 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.13 |
| HSL | 0.46º | 0.66% | 0.61% | - |
| HSV(B) | 0.46º | 0.59% | 0.87% | - |
| XYZ | 35.41 | 23.59 | 12.36 | - |
| YUV | 129.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 90 | 0 | 0.59 | 0.59 | 0.13 | 0.46 | 0.66 | 0.61 |
| Hex | DD | 5B | 5A | 0 | 3B | 3B | D | 0 | 42 | 3D |
| Octal | 335 | 133 | 132 | 0 | 73 | 73 | 15 | 0 | 102 | 75 |
| Binary | 11011101 | 1011011 | 1011010 | 0 | 111011 | 111011 | 1101 | 0 | 1000010 | 111101 |
Color Harmonies of #DD5B5A
Complementary color
Monochromatic Colors of #DD5B5A
Black with #DD5B5A
Text Example
Text Example
White with #DD5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B5A; }
p { color: rgb(221,91,90); }
H1.HeaderClassName
{
color: #DD5B5A;
}
.AnyTagClassName
{
color: #DD5B5A;
}
</style>
background-color css
<style>
a { background-color: #DD5B5A; }
a { background-color: rgb(221,91,90); }
div.DivClassName
{
background-color: #DD5B5A;
}
.BgClassName
{
background-color: #DD5B5A;
}
</style>
border-color css
<style>
span { border-color: #DD5B5A; }
span { border-color: rgb(221,91,90); }
td.TdClassName
{
border-color: #DD5B5A;
}
.TagClassName
{
border-color: #DD5B5A;
}
</style>