Shades of Old Rose #D02655
Tints of Old Rose #D02655
RGB
CMYK
RGB Variations
Color information
#D02655 (or 0xD02655) is known color: Old Rose. HEX triplet: D0, 26 and 55. RGB value is (208,38,85). Sum of RGB (Red+Green+Blue) = 208+38+85=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D02655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02655 is #2FD9AA. Grayscale: #5E5E5E. Windows color (decimal): -3135915 or 5580496. OLE color: 5580496.
HSL color Cylindrical-coordinate representation of color #D02655: hue angle of 343.41º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02655 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 85 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.18 |
| HSL | 343.41º | 0.69% | 0.48% | - |
| HSV(B) | 343.41º | 0.82% | 0.82% | - |
| XYZ | 28.35 | 15.45 | 10.08 | - |
| YUV | 94.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 85 | 0 | 0.82 | 0.59 | 0.18 | 343.41 | 0.69 | 0.48 |
| Hex | D0 | 26 | 55 | 0 | 52 | 3B | 12 | 157 | 45 | 30 |
| Octal | 320 | 46 | 125 | 0 | 122 | 73 | 22 | 527 | 105 | 60 |
| Binary | 11010000 | 100110 | 1010101 | 0 | 1010010 | 111011 | 10010 | 101010111 | 1000101 | 110000 |
Color Harmonies of #D02655
Complementary color
Monochromatic Colors of #D02655
Black with #D02655
Text Example
Text Example
White with #D02655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02655; }
p { color: rgb(208,38,85); }
H1.HeaderClassName
{
color: #D02655;
}
.AnyTagClassName
{
color: #D02655;
}
</style>
background-color css
<style>
a { background-color: #D02655; }
a { background-color: rgb(208,38,85); }
div.DivClassName
{
background-color: #D02655;
}
.BgClassName
{
background-color: #D02655;
}
</style>
border-color css
<style>
span { border-color: #D02655; }
span { border-color: rgb(208,38,85); }
td.TdClassName
{
border-color: #D02655;
}
.TagClassName
{
border-color: #D02655;
}
</style>