Shades of Violet Red #FF3585
Tints of Violet Red #FF3585
RGB
CMYK
RGB Variations
Color information
#FF3585 (or 0xFF3585) is known color: Violet Red. HEX triplet: FF, 35 and 85. RGB value is (255,53,133). Sum of RGB (Red+Green+Blue) = 255+53+133=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3585 is #00CA7A. Grayscale: #7A7A7A. Windows color (decimal): -51835 or 8730111. OLE color: 8730111.
HSL color Cylindrical-coordinate representation of color #FF3585: hue angle of 336.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3585 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 133 | - |
| CMYK | 0 | 0.79 | 0.48 | 0 |
| HSL | 336.24º | 1% | 0.6% | - |
| HSV(B) | 336.24º | 0.79% | 1% | - |
| XYZ | 46.75 | 25.5 | 24.65 | - |
| YUV | 122.52 | 133.92 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 133 | 0 | 0.79 | 0.48 | 0 | 336.24 | 1 | 0.6 |
| Hex | FF | 35 | 85 | 0 | 4F | 30 | 0 | 150 | 64 | 3C |
| Octal | 377 | 65 | 205 | 0 | 117 | 60 | 0 | 520 | 144 | 74 |
| Binary | 11111111 | 110101 | 10000101 | 0 | 1001111 | 110000 | 0 | 101010000 | 1100100 | 111100 |
Color Harmonies of #FF3585
Complementary color
Monochromatic Colors of #FF3585
Black with #FF3585
Text Example
Text Example
White with #FF3585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3585; }
p { color: rgb(255,53,133); }
H1.HeaderClassName
{
color: #FF3585;
}
.AnyTagClassName
{
color: #FF3585;
}
</style>
background-color css
<style>
a { background-color: #FF3585; }
a { background-color: rgb(255,53,133); }
div.DivClassName
{
background-color: #FF3585;
}
.BgClassName
{
background-color: #FF3585;
}
</style>
border-color css
<style>
span { border-color: #FF3585; }
span { border-color: rgb(255,53,133); }
td.TdClassName
{
border-color: #FF3585;
}
.TagClassName
{
border-color: #FF3585;
}
</style>