Shades of Old Rose #D02256
Tints of Old Rose #D02256
RGB
CMYK
RGB Variations
Color information
#D02256 (or 0xD02256) is known color: Old Rose. HEX triplet: D0, 22 and 56. RGB value is (208,34,86). Sum of RGB (Red+Green+Blue) = 208+34+86=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D02256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02256 is #2FDDA9. Grayscale: #5B5B5B. Windows color (decimal): -3136938 or 5645008. OLE color: 5645008.
HSL color Cylindrical-coordinate representation of color #D02256: hue angle of 342.07º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02256 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 86 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.18 |
| HSL | 342.07º | 0.72% | 0.47% | - |
| HSV(B) | 342.07º | 0.84% | 0.82% | - |
| XYZ | 28.26 | 15.23 | 10.25 | - |
| YUV | 91.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 86 | 0 | 0.84 | 0.59 | 0.18 | 342.07 | 0.72 | 0.47 |
| Hex | D0 | 22 | 56 | 0 | 54 | 3B | 12 | 156 | 48 | 2F |
| Octal | 320 | 42 | 126 | 0 | 124 | 73 | 22 | 526 | 110 | 57 |
| Binary | 11010000 | 100010 | 1010110 | 0 | 1010100 | 111011 | 10010 | 101010110 | 1001000 | 101111 |
Color Harmonies of #D02256
Complementary color
Monochromatic Colors of #D02256
Black with #D02256
Text Example
Text Example
White with #D02256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02256; }
p { color: rgb(208,34,86); }
H1.HeaderClassName
{
color: #D02256;
}
.AnyTagClassName
{
color: #D02256;
}
</style>
background-color css
<style>
a { background-color: #D02256; }
a { background-color: rgb(208,34,86); }
div.DivClassName
{
background-color: #D02256;
}
.BgClassName
{
background-color: #D02256;
}
</style>
border-color css
<style>
span { border-color: #D02256; }
span { border-color: rgb(208,34,86); }
td.TdClassName
{
border-color: #D02256;
}
.TagClassName
{
border-color: #D02256;
}
</style>