Shades of Ruby #D01F65
Tints of Ruby #D01F65
RGB
CMYK
RGB Variations
Color information
#D01F65 (or 0xD01F65) is known color: Ruby. HEX triplet: D0, 1F and 65. RGB value is (208,31,101). Sum of RGB (Red+Green+Blue) = 208+31+101=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F65 is #2FE09A. Grayscale: #5B5B5B. Windows color (decimal): -3137691 or 6627280. OLE color: 6627280.
HSL color Cylindrical-coordinate representation of color #D01F65: hue angle of 336.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01F65 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 101 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.18 |
| HSL | 336.27º | 0.74% | 0.47% | - |
| HSV(B) | 336.27º | 0.85% | 0.82% | - |
| XYZ | 28.85 | 15.33 | 13.75 | - |
| YUV | 91.9 | 133.14 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 101 | 0 | 0.85 | 0.51 | 0.18 | 336.27 | 0.74 | 0.47 |
| Hex | D0 | 1F | 65 | 0 | 55 | 33 | 12 | 150 | 4A | 2F |
| Octal | 320 | 37 | 145 | 0 | 125 | 63 | 22 | 520 | 112 | 57 |
| Binary | 11010000 | 11111 | 1100101 | 0 | 1010101 | 110011 | 10010 | 101010000 | 1001010 | 101111 |
Color Harmonies of #D01F65
Complementary color
Monochromatic Colors of #D01F65
Black with #D01F65
Text Example
Text Example
White with #D01F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01F65; }
p { color: rgb(208,31,101); }
H1.HeaderClassName
{
color: #D01F65;
}
.AnyTagClassName
{
color: #D01F65;
}
</style>
background-color css
<style>
a { background-color: #D01F65; }
a { background-color: rgb(208,31,101); }
div.DivClassName
{
background-color: #D01F65;
}
.BgClassName
{
background-color: #D01F65;
}
</style>
border-color css
<style>
span { border-color: #D01F65; }
span { border-color: rgb(208,31,101); }
td.TdClassName
{
border-color: #D01F65;
}
.TagClassName
{
border-color: #D01F65;
}
</style>