Shades of Old Rose #D03652
Tints of Old Rose #D03652
RGB
CMYK
RGB Variations
Color information
#D03652 (or 0xD03652) is known color: Old Rose. HEX triplet: D0, 36 and 52. RGB value is (208,54,82). Sum of RGB (Red+Green+Blue) = 208+54+82=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D03652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03652 is #2FC9AD. Grayscale: #676767. Windows color (decimal): -3131822 or 5387984. OLE color: 5387984.
HSL color Cylindrical-coordinate representation of color #D03652: hue angle of 349.09º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03652 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 82 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.18 |
| HSL | 349.09º | 0.62% | 0.51% | - |
| HSV(B) | 349.09º | 0.74% | 0.82% | - |
| XYZ | 28.85 | 16.66 | 9.68 | - |
| YUV | 103.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 82 | 0 | 0.74 | 0.61 | 0.18 | 349.09 | 0.62 | 0.51 |
| Hex | D0 | 36 | 52 | 0 | 4A | 3D | 12 | 15D | 3E | 33 |
| Octal | 320 | 66 | 122 | 0 | 112 | 75 | 22 | 535 | 76 | 63 |
| Binary | 11010000 | 110110 | 1010010 | 0 | 1001010 | 111101 | 10010 | 101011101 | 111110 | 110011 |
Color Harmonies of #D03652
Complementary color
Monochromatic Colors of #D03652
Black with #D03652
Text Example
Text Example
White with #D03652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03652; }
p { color: rgb(208,54,82); }
H1.HeaderClassName
{
color: #D03652;
}
.AnyTagClassName
{
color: #D03652;
}
</style>
background-color css
<style>
a { background-color: #D03652; }
a { background-color: rgb(208,54,82); }
div.DivClassName
{
background-color: #D03652;
}
.BgClassName
{
background-color: #D03652;
}
</style>
border-color css
<style>
span { border-color: #D03652; }
span { border-color: rgb(208,54,82); }
td.TdClassName
{
border-color: #D03652;
}
.TagClassName
{
border-color: #D03652;
}
</style>