Shades of Violet Red #FF3884
Tints of Violet Red #FF3884
RGB
CMYK
RGB Variations
Color information
#FF3884 (or 0xFF3884) is known color: Violet Red. HEX triplet: FF, 38 and 84. RGB value is (255,56,132). Sum of RGB (Red+Green+Blue) = 255+56+132=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3884 is #00C77B. Grayscale: #7C7C7C. Windows color (decimal): -51068 or 8665343. OLE color: 8665343.
HSL color Cylindrical-coordinate representation of color #FF3884: hue angle of 337.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3884 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 132 | - |
| CMYK | 0 | 0.78 | 0.48 | 0 |
| HSL | 337.09º | 1% | 0.61% | - |
| HSV(B) | 337.09º | 0.78% | 1% | - |
| XYZ | 46.82 | 25.75 | 24.33 | - |
| YUV | 124.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 132 | 0 | 0.78 | 0.48 | 0 | 337.09 | 1 | 0.61 |
| Hex | FF | 38 | 84 | 0 | 4E | 30 | 0 | 151 | 64 | 3D |
| Octal | 377 | 70 | 204 | 0 | 116 | 60 | 0 | 521 | 144 | 75 |
| Binary | 11111111 | 111000 | 10000100 | 0 | 1001110 | 110000 | 0 | 101010001 | 1100100 | 111101 |
Color Harmonies of #FF3884
Complementary color
Monochromatic Colors of #FF3884
Black with #FF3884
Text Example
Text Example
White with #FF3884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3884; }
p { color: rgb(255,56,132); }
H1.HeaderClassName
{
color: #FF3884;
}
.AnyTagClassName
{
color: #FF3884;
}
</style>
background-color css
<style>
a { background-color: #FF3884; }
a { background-color: rgb(255,56,132); }
div.DivClassName
{
background-color: #FF3884;
}
.BgClassName
{
background-color: #FF3884;
}
</style>
border-color css
<style>
span { border-color: #FF3884; }
span { border-color: rgb(255,56,132); }
td.TdClassName
{
border-color: #FF3884;
}
.TagClassName
{
border-color: #FF3884;
}
</style>