Shades of Ruby #D60369
Tints of Ruby #D60369
RGB
CMYK
RGB Variations
Color information
#D60369 (or 0xD60369) is known color: Ruby. HEX triplet: D6, 03 and 69. RGB value is (214,3,105). Sum of RGB (Red+Green+Blue) = 214+3+105=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D60369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60369 is #29FC96. Grayscale: #4D4D4D. Windows color (decimal): -2751639 or 6882262. OLE color: 6882262.
HSL color Cylindrical-coordinate representation of color #D60369: hue angle of 331º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60369 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 105 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.16 |
| HSL | 331º | 0.97% | 0.43% | - |
| HSV(B) | 331º | 0.99% | 0.84% | - |
| XYZ | 30.31 | 15.38 | 14.74 | - |
| YUV | 77.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 105 | 0 | 0.99 | 0.51 | 0.16 | 331 | 0.97 | 0.43 |
| Hex | D6 | 3 | 69 | 0 | 63 | 33 | 10 | 14B | 61 | 2B |
| Octal | 326 | 3 | 151 | 0 | 143 | 63 | 20 | 513 | 141 | 53 |
| Binary | 11010110 | 11 | 1101001 | 0 | 1100011 | 110011 | 10000 | 101001011 | 1100001 | 101011 |
Color Harmonies of #D60369
Complementary color
Monochromatic Colors of #D60369
Black with #D60369
Text Example
Text Example
White with #D60369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60369; }
p { color: rgb(214,3,105); }
H1.HeaderClassName
{
color: #D60369;
}
.AnyTagClassName
{
color: #D60369;
}
</style>
background-color css
<style>
a { background-color: #D60369; }
a { background-color: rgb(214,3,105); }
div.DivClassName
{
background-color: #D60369;
}
.BgClassName
{
background-color: #D60369;
}
</style>
border-color css
<style>
span { border-color: #D60369; }
span { border-color: rgb(214,3,105); }
td.TdClassName
{
border-color: #D60369;
}
.TagClassName
{
border-color: #D60369;
}
</style>