Shades of Violet Red #FD3881
Tints of Violet Red #FD3881
RGB
CMYK
RGB Variations
Color information
#FD3881 (or 0xFD3881) is known color: Violet Red. HEX triplet: FD, 38 and 81. RGB value is (253,56,129). Sum of RGB (Red+Green+Blue) = 253+56+129=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3881 is #02C77E. Grayscale: #7B7B7B. Windows color (decimal): -182143 or 8468733. OLE color: 8468733.
HSL color Cylindrical-coordinate representation of color #FD3881: hue angle of 337.77º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD3881 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 129 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.01 |
| HSL | 337.77º | 0.98% | 0.61% | - |
| HSV(B) | 337.77º | 0.78% | 0.99% | - |
| XYZ | 45.88 | 25.3 | 23.23 | - |
| YUV | 123.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 129 | 0 | 0.78 | 0.49 | 0.01 | 337.77 | 0.98 | 0.61 |
| Hex | FD | 38 | 81 | 0 | 4E | 31 | 1 | 152 | 62 | 3D |
| Octal | 375 | 70 | 201 | 0 | 116 | 61 | 1 | 522 | 142 | 75 |
| Binary | 11111101 | 111000 | 10000001 | 0 | 1001110 | 110001 | 1 | 101010010 | 1100010 | 111101 |
Color Harmonies of #FD3881
Complementary color
Monochromatic Colors of #FD3881
Black with #FD3881
Text Example
Text Example
White with #FD3881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3881; }
p { color: rgb(253,56,129); }
H1.HeaderClassName
{
color: #FD3881;
}
.AnyTagClassName
{
color: #FD3881;
}
</style>
background-color css
<style>
a { background-color: #FD3881; }
a { background-color: rgb(253,56,129); }
div.DivClassName
{
background-color: #FD3881;
}
.BgClassName
{
background-color: #FD3881;
}
</style>
border-color css
<style>
span { border-color: #FD3881; }
span { border-color: rgb(253,56,129); }
td.TdClassName
{
border-color: #FD3881;
}
.TagClassName
{
border-color: #FD3881;
}
</style>