Shades of Violet Red #FF3D89
Tints of Violet Red #FF3D89
RGB
CMYK
RGB Variations
Color information
#FF3D89 (or 0xFF3D89) is known color: Violet Red. HEX triplet: FF, 3D and 89. RGB value is (255,61,137). Sum of RGB (Red+Green+Blue) = 255+61+137=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3D89 is #00C276. Grayscale: #7F7F7F. Windows color (decimal): -49783 or 8994303. OLE color: 8994303.
HSL color Cylindrical-coordinate representation of color #FF3D89: hue angle of 336.49º 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 #FF3D89 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 137 | - |
| CMYK | 0 | 0.76 | 0.46 | 0 |
| HSL | 336.49º | 1% | 0.62% | - |
| HSV(B) | 336.49º | 0.76% | 1% | - |
| XYZ | 47.42 | 26.4 | 26.26 | - |
| YUV | 127.67 | 133.27 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 137 | 0 | 0.76 | 0.46 | 0 | 336.49 | 1 | 0.62 |
| Hex | FF | 3D | 89 | 0 | 4C | 2E | 0 | 150 | 64 | 3E |
| Octal | 377 | 75 | 211 | 0 | 114 | 56 | 0 | 520 | 144 | 76 |
| Binary | 11111111 | 111101 | 10001001 | 0 | 1001100 | 101110 | 0 | 101010000 | 1100100 | 111110 |
Color Harmonies of #FF3D89
Complementary color
Monochromatic Colors of #FF3D89
Black with #FF3D89
Text Example
Text Example
White with #FF3D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D89; }
p { color: rgb(255,61,137); }
H1.HeaderClassName
{
color: #FF3D89;
}
.AnyTagClassName
{
color: #FF3D89;
}
</style>
background-color css
<style>
a { background-color: #FF3D89; }
a { background-color: rgb(255,61,137); }
div.DivClassName
{
background-color: #FF3D89;
}
.BgClassName
{
background-color: #FF3D89;
}
</style>
border-color css
<style>
span { border-color: #FF3D89; }
span { border-color: rgb(255,61,137); }
td.TdClassName
{
border-color: #FF3D89;
}
.TagClassName
{
border-color: #FF3D89;
}
</style>