Shades of Old Rose #D02255
Tints of Old Rose #D02255
RGB
CMYK
RGB Variations
Color information
#D02255 (or 0xD02255) is known color: Old Rose. HEX triplet: D0, 22 and 55. RGB value is (208,34,85). Sum of RGB (Red+Green+Blue) = 208+34+85=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D02255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02255 is #2FDDAA. Grayscale: #5B5B5B. Windows color (decimal): -3136939 or 5579472. OLE color: 5579472.
HSL color Cylindrical-coordinate representation of color #D02255: hue angle of 342.41º 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 #D02255 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 85 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.18 |
| HSL | 342.41º | 0.72% | 0.47% | - |
| HSV(B) | 342.41º | 0.84% | 0.82% | - |
| XYZ | 28.22 | 15.21 | 10.04 | - |
| YUV | 91.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 85 | 0 | 0.84 | 0.59 | 0.18 | 342.41 | 0.72 | 0.47 |
| Hex | D0 | 22 | 55 | 0 | 54 | 3B | 12 | 156 | 48 | 2F |
| Octal | 320 | 42 | 125 | 0 | 124 | 73 | 22 | 526 | 110 | 57 |
| Binary | 11010000 | 100010 | 1010101 | 0 | 1010100 | 111011 | 10010 | 101010110 | 1001000 | 101111 |
Color Harmonies of #D02255
Complementary color
Monochromatic Colors of #D02255
Black with #D02255
Text Example
Text Example
White with #D02255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02255; }
p { color: rgb(208,34,85); }
H1.HeaderClassName
{
color: #D02255;
}
.AnyTagClassName
{
color: #D02255;
}
</style>
background-color css
<style>
a { background-color: #D02255; }
a { background-color: rgb(208,34,85); }
div.DivClassName
{
background-color: #D02255;
}
.BgClassName
{
background-color: #D02255;
}
</style>
border-color css
<style>
span { border-color: #D02255; }
span { border-color: rgb(208,34,85); }
td.TdClassName
{
border-color: #D02255;
}
.TagClassName
{
border-color: #D02255;
}
</style>