Shades of Violet Red #FF3D88
Tints of Violet Red #FF3D88
RGB
CMYK
RGB Variations
Color information
#FF3D88 (or 0xFF3D88) is known color: Violet Red. HEX triplet: FF, 3D and 88. RGB value is (255,61,136). Sum of RGB (Red+Green+Blue) = 255+61+136=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3D88 is #00C277. Grayscale: #7F7F7F. Windows color (decimal): -49784 or 8928767. OLE color: 8928767.
HSL color Cylindrical-coordinate representation of color #FF3D88: hue angle of 336.8º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3D88 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 136 | - |
| CMYK | 0 | 0.76 | 0.47 | 0 |
| HSL | 336.8º | 1% | 0.62% | - |
| HSV(B) | 336.8º | 0.76% | 1% | - |
| XYZ | 47.35 | 26.38 | 25.89 | - |
| YUV | 127.56 | 132.77 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 136 | 0 | 0.76 | 0.47 | 0 | 336.8 | 1 | 0.62 |
| Hex | FF | 3D | 88 | 0 | 4C | 2F | 0 | 151 | 64 | 3E |
| Octal | 377 | 75 | 210 | 0 | 114 | 57 | 0 | 521 | 144 | 76 |
| Binary | 11111111 | 111101 | 10001000 | 0 | 1001100 | 101111 | 0 | 101010001 | 1100100 | 111110 |
Color Harmonies of #FF3D88
Complementary color
Monochromatic Colors of #FF3D88
Black with #FF3D88
Text Example
Text Example
White with #FF3D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D88; }
p { color: rgb(255,61,136); }
H1.HeaderClassName
{
color: #FF3D88;
}
.AnyTagClassName
{
color: #FF3D88;
}
</style>
background-color css
<style>
a { background-color: #FF3D88; }
a { background-color: rgb(255,61,136); }
div.DivClassName
{
background-color: #FF3D88;
}
.BgClassName
{
background-color: #FF3D88;
}
</style>
border-color css
<style>
span { border-color: #FF3D88; }
span { border-color: rgb(255,61,136); }
td.TdClassName
{
border-color: #FF3D88;
}
.TagClassName
{
border-color: #FF3D88;
}
</style>