Shades of Violet Red #FF3584
Tints of Violet Red #FF3584
RGB
CMYK
RGB Variations
Color information
#FF3584 (or 0xFF3584) is known color: Violet Red. HEX triplet: FF, 35 and 84. RGB value is (255,53,132). Sum of RGB (Red+Green+Blue) = 255+53+132=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3584 is #00CA7B. Grayscale: #7A7A7A. Windows color (decimal): -51836 or 8664575. OLE color: 8664575.
HSL color Cylindrical-coordinate representation of color #FF3584: hue angle of 336.53º 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 #FF3584 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 132 | - |
| CMYK | 0 | 0.79 | 0.48 | 0 |
| HSL | 336.53º | 1% | 0.6% | - |
| HSV(B) | 336.53º | 0.79% | 1% | - |
| XYZ | 46.68 | 25.47 | 24.29 | - |
| YUV | 122.4 | 133.42 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 132 | 0 | 0.79 | 0.48 | 0 | 336.53 | 1 | 0.6 |
| Hex | FF | 35 | 84 | 0 | 4F | 30 | 0 | 151 | 64 | 3C |
| Octal | 377 | 65 | 204 | 0 | 117 | 60 | 0 | 521 | 144 | 74 |
| Binary | 11111111 | 110101 | 10000100 | 0 | 1001111 | 110000 | 0 | 101010001 | 1100100 | 111100 |
Color Harmonies of #FF3584
Complementary color
Monochromatic Colors of #FF3584
Black with #FF3584
Text Example
Text Example
White with #FF3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3584; }
p { color: rgb(255,53,132); }
H1.HeaderClassName
{
color: #FF3584;
}
.AnyTagClassName
{
color: #FF3584;
}
</style>
background-color css
<style>
a { background-color: #FF3584; }
a { background-color: rgb(255,53,132); }
div.DivClassName
{
background-color: #FF3584;
}
.BgClassName
{
background-color: #FF3584;
}
</style>
border-color css
<style>
span { border-color: #FF3584; }
span { border-color: rgb(255,53,132); }
td.TdClassName
{
border-color: #FF3584;
}
.TagClassName
{
border-color: #FF3584;
}
</style>