Shades of Ruby #D30665
Tints of Ruby #D30665
RGB
CMYK
RGB Variations
Color information
#D30665 (or 0xD30665) is known color: Ruby. HEX triplet: D3, 06 and 65. RGB value is (211,6,101). Sum of RGB (Red+Green+Blue) = 211+6+101=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D30665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30665 is #2CF99A. Grayscale: #4D4D4D. Windows color (decimal): -2947483 or 6620883. OLE color: 6620883.
HSL color Cylindrical-coordinate representation of color #D30665: hue angle of 332.2º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30665 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.17 |
| HSL | 332.2º | 0.94% | 0.43% | - |
| HSV(B) | 332.2º | 0.97% | 0.83% | - |
| XYZ | 29.28 | 14.92 | 13.65 | - |
| YUV | 78.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 101 | 0 | 0.97 | 0.52 | 0.17 | 332.2 | 0.94 | 0.43 |
| Hex | D3 | 6 | 65 | 0 | 61 | 34 | 11 | 14C | 5E | 2B |
| Octal | 323 | 6 | 145 | 0 | 141 | 64 | 21 | 514 | 136 | 53 |
| Binary | 11010011 | 110 | 1100101 | 0 | 1100001 | 110100 | 10001 | 101001100 | 1011110 | 101011 |
Color Harmonies of #D30665
Complementary color
Monochromatic Colors of #D30665
Black with #D30665
Text Example
Text Example
White with #D30665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30665; }
p { color: rgb(211,6,101); }
H1.HeaderClassName
{
color: #D30665;
}
.AnyTagClassName
{
color: #D30665;
}
</style>
background-color css
<style>
a { background-color: #D30665; }
a { background-color: rgb(211,6,101); }
div.DivClassName
{
background-color: #D30665;
}
.BgClassName
{
background-color: #D30665;
}
</style>
border-color css
<style>
span { border-color: #D30665; }
span { border-color: rgb(211,6,101); }
td.TdClassName
{
border-color: #D30665;
}
.TagClassName
{
border-color: #D30665;
}
</style>