Shades of Old Rose #D02852
Tints of Old Rose #D02852
RGB
CMYK
RGB Variations
Color information
#D02852 (or 0xD02852) is known color: Old Rose. HEX triplet: D0, 28 and 52. RGB value is (208,40,82). Sum of RGB (Red+Green+Blue) = 208+40+82=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D02852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02852 is #2FD7AD. Grayscale: #5F5F5F. Windows color (decimal): -3135406 or 5384400. OLE color: 5384400.
HSL color Cylindrical-coordinate representation of color #D02852: hue angle of 345º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02852 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 82 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.18 |
| HSL | 345º | 0.68% | 0.49% | - |
| HSV(B) | 345º | 0.81% | 0.82% | - |
| XYZ | 28.29 | 15.54 | 9.49 | - |
| YUV | 95.02 | 120.66 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 82 | 0 | 0.81 | 0.61 | 0.18 | 345 | 0.68 | 0.49 |
| Hex | D0 | 28 | 52 | 0 | 51 | 3D | 12 | 159 | 44 | 31 |
| Octal | 320 | 50 | 122 | 0 | 121 | 75 | 22 | 531 | 104 | 61 |
| Binary | 11010000 | 101000 | 1010010 | 0 | 1010001 | 111101 | 10010 | 101011001 | 1000100 | 110001 |
Color Harmonies of #D02852
Complementary color
Monochromatic Colors of #D02852
Black with #D02852
Text Example
Text Example
White with #D02852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02852; }
p { color: rgb(208,40,82); }
H1.HeaderClassName
{
color: #D02852;
}
.AnyTagClassName
{
color: #D02852;
}
</style>
background-color css
<style>
a { background-color: #D02852; }
a { background-color: rgb(208,40,82); }
div.DivClassName
{
background-color: #D02852;
}
.BgClassName
{
background-color: #D02852;
}
</style>
border-color css
<style>
span { border-color: #D02852; }
span { border-color: rgb(208,40,82); }
td.TdClassName
{
border-color: #D02852;
}
.TagClassName
{
border-color: #D02852;
}
</style>