Shades of Violet Red #FF3885
Tints of Violet Red #FF3885
RGB
CMYK
RGB Variations
Color information
#FF3885 (or 0xFF3885) is known color: Violet Red. HEX triplet: FF, 38 and 85. RGB value is (255,56,133). Sum of RGB (Red+Green+Blue) = 255+56+133=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3885 is #00C77A. Grayscale: #7C7C7C. Windows color (decimal): -51067 or 8730879. OLE color: 8730879.
HSL color Cylindrical-coordinate representation of color #FF3885: hue angle of 336.78º 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 #FF3885 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 133 | - |
| CMYK | 0 | 0.78 | 0.48 | 0 |
| HSL | 336.78º | 1% | 0.61% | - |
| HSV(B) | 336.78º | 0.78% | 1% | - |
| XYZ | 46.89 | 25.78 | 24.7 | - |
| YUV | 124.28 | 132.93 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 133 | 0 | 0.78 | 0.48 | 0 | 336.78 | 1 | 0.61 |
| Hex | FF | 38 | 85 | 0 | 4E | 30 | 0 | 151 | 64 | 3D |
| Octal | 377 | 70 | 205 | 0 | 116 | 60 | 0 | 521 | 144 | 75 |
| Binary | 11111111 | 111000 | 10000101 | 0 | 1001110 | 110000 | 0 | 101010001 | 1100100 | 111101 |
Color Harmonies of #FF3885
Complementary color
Monochromatic Colors of #FF3885
Black with #FF3885
Text Example
Text Example
White with #FF3885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3885; }
p { color: rgb(255,56,133); }
H1.HeaderClassName
{
color: #FF3885;
}
.AnyTagClassName
{
color: #FF3885;
}
</style>
background-color css
<style>
a { background-color: #FF3885; }
a { background-color: rgb(255,56,133); }
div.DivClassName
{
background-color: #FF3885;
}
.BgClassName
{
background-color: #FF3885;
}
</style>
border-color css
<style>
span { border-color: #FF3885; }
span { border-color: rgb(255,56,133); }
td.TdClassName
{
border-color: #FF3885;
}
.TagClassName
{
border-color: #FF3885;
}
</style>