Shades of Violet Red #FD2D7A
Tints of Violet Red #FD2D7A
RGB
CMYK
RGB Variations
Color information
#FD2D7A (or 0xFD2D7A) is known color: Violet Red. HEX triplet: FD, 2D and 7A. RGB value is (253,45,122). Sum of RGB (Red+Green+Blue) = 253+45+122=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2D7A is #02D285. Grayscale: #737373. Windows color (decimal): -184966 or 8007165. OLE color: 8007165.
HSL color Cylindrical-coordinate representation of color #FD2D7A: hue angle of 337.79º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2D7A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 122 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.01 |
| HSL | 337.79º | 0.98% | 0.58% | - |
| HSV(B) | 337.79º | 0.82% | 0.99% | - |
| XYZ | 44.96 | 24.16 | 20.71 | - |
| YUV | 115.97 | 131.41 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 122 | 0 | 0.82 | 0.52 | 0.01 | 337.79 | 0.98 | 0.58 |
| Hex | FD | 2D | 7A | 0 | 52 | 34 | 1 | 152 | 62 | 3A |
| Octal | 375 | 55 | 172 | 0 | 122 | 64 | 1 | 522 | 142 | 72 |
| Binary | 11111101 | 101101 | 1111010 | 0 | 1010010 | 110100 | 1 | 101010010 | 1100010 | 111010 |
Color Harmonies of #FD2D7A
Complementary color
Monochromatic Colors of #FD2D7A
Black with #FD2D7A
Text Example
Text Example
White with #FD2D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D7A; }
p { color: rgb(253,45,122); }
H1.HeaderClassName
{
color: #FD2D7A;
}
.AnyTagClassName
{
color: #FD2D7A;
}
</style>
background-color css
<style>
a { background-color: #FD2D7A; }
a { background-color: rgb(253,45,122); }
div.DivClassName
{
background-color: #FD2D7A;
}
.BgClassName
{
background-color: #FD2D7A;
}
</style>
border-color css
<style>
span { border-color: #FD2D7A; }
span { border-color: rgb(253,45,122); }
td.TdClassName
{
border-color: #FD2D7A;
}
.TagClassName
{
border-color: #FD2D7A;
}
</style>