Shades of Roman #DC5F5D
Tints of Roman #DC5F5D
RGB
CMYK
RGB Variations
Color information
#DC5F5D (or 0xDC5F5D) is known color: Roman. HEX triplet: DC, 5F and 5D. RGB value is (220,95,93). Sum of RGB (Red+Green+Blue) = 220+95+93=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F5D is #23A0A2. Grayscale: #848484. Windows color (decimal): -2334883 or 6119388. OLE color: 6119388.
HSL color Cylindrical-coordinate representation of color #DC5F5D: hue angle of 0.94º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5F5D is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 93 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.14 |
| HSL | 0.94º | 0.64% | 0.61% | - |
| HSV(B) | 0.94º | 0.58% | 0.86% | - |
| XYZ | 35.58 | 24.19 | 13.15 | - |
| YUV | 132.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 93 | 0 | 0.57 | 0.58 | 0.14 | 0.94 | 0.64 | 0.61 |
| Hex | DC | 5F | 5D | 0 | 39 | 3A | E | 1 | 40 | 3D |
| Octal | 334 | 137 | 135 | 0 | 71 | 72 | 16 | 1 | 100 | 75 |
| Binary | 11011100 | 1011111 | 1011101 | 0 | 111001 | 111010 | 1110 | 1 | 1000000 | 111101 |
Color Harmonies of #DC5F5D
Complementary color
Monochromatic Colors of #DC5F5D
Black with #DC5F5D
Text Example
Text Example
White with #DC5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F5D; }
p { color: rgb(220,95,93); }
H1.HeaderClassName
{
color: #DC5F5D;
}
.AnyTagClassName
{
color: #DC5F5D;
}
</style>
background-color css
<style>
a { background-color: #DC5F5D; }
a { background-color: rgb(220,95,93); }
div.DivClassName
{
background-color: #DC5F5D;
}
.BgClassName
{
background-color: #DC5F5D;
}
</style>
border-color css
<style>
span { border-color: #DC5F5D; }
span { border-color: rgb(220,95,93); }
td.TdClassName
{
border-color: #DC5F5D;
}
.TagClassName
{
border-color: #DC5F5D;
}
</style>