Shades of Ruby #D01852
Tints of Ruby #D01852
RGB
CMYK
RGB Variations
Color information
#D01852 (or 0xD01852) is known color: Ruby. HEX triplet: D0, 18 and 52. RGB value is (208,24,82). Sum of RGB (Red+Green+Blue) = 208+24+82=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D01852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01852 is #2FE7AD. Grayscale: #555555. Windows color (decimal): -3139502 or 5380304. OLE color: 5380304.
HSL color Cylindrical-coordinate representation of color #D01852: hue angle of 341.09º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01852 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 82 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.18 |
| HSL | 341.09º | 0.79% | 0.45% | - |
| HSV(B) | 341.09º | 0.88% | 0.82% | - |
| XYZ | 27.86 | 14.67 | 9.35 | - |
| YUV | 85.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 82 | 0 | 0.88 | 0.61 | 0.18 | 341.09 | 0.79 | 0.45 |
| Hex | D0 | 18 | 52 | 0 | 58 | 3D | 12 | 155 | 4F | 2D |
| Octal | 320 | 30 | 122 | 0 | 130 | 75 | 22 | 525 | 117 | 55 |
| Binary | 11010000 | 11000 | 1010010 | 0 | 1011000 | 111101 | 10010 | 101010101 | 1001111 | 101101 |
Color Harmonies of #D01852
Complementary color
Monochromatic Colors of #D01852
Black with #D01852
Text Example
Text Example
White with #D01852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01852; }
p { color: rgb(208,24,82); }
H1.HeaderClassName
{
color: #D01852;
}
.AnyTagClassName
{
color: #D01852;
}
</style>
background-color css
<style>
a { background-color: #D01852; }
a { background-color: rgb(208,24,82); }
div.DivClassName
{
background-color: #D01852;
}
.BgClassName
{
background-color: #D01852;
}
</style>
border-color css
<style>
span { border-color: #D01852; }
span { border-color: rgb(208,24,82); }
td.TdClassName
{
border-color: #D01852;
}
.TagClassName
{
border-color: #D01852;
}
</style>