Shades of Violet Red #FD2E7D
Tints of Violet Red #FD2E7D
RGB
CMYK
RGB Variations
Color information
#FD2E7D (or 0xFD2E7D) is known color: Violet Red. HEX triplet: FD, 2E and 7D. RGB value is (253,46,125). Sum of RGB (Red+Green+Blue) = 253+46+125=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E7D is #02D182. Grayscale: #747474. Windows color (decimal): -184707 or 8204029. OLE color: 8204029.
HSL color Cylindrical-coordinate representation of color #FD2E7D: hue angle of 337.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E7D is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 125 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.01 |
| HSL | 337.1º | 0.98% | 0.59% | - |
| HSV(B) | 337.1º | 0.82% | 0.99% | - |
| XYZ | 45.19 | 24.32 | 21.71 | - |
| YUV | 116.9 | 132.58 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 125 | 0 | 0.82 | 0.51 | 0.01 | 337.1 | 0.98 | 0.59 |
| Hex | FD | 2E | 7D | 0 | 52 | 33 | 1 | 151 | 62 | 3B |
| Octal | 375 | 56 | 175 | 0 | 122 | 63 | 1 | 521 | 142 | 73 |
| Binary | 11111101 | 101110 | 1111101 | 0 | 1010010 | 110011 | 1 | 101010001 | 1100010 | 111011 |
Color Harmonies of #FD2E7D
Complementary color
Monochromatic Colors of #FD2E7D
Black with #FD2E7D
Text Example
Text Example
White with #FD2E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E7D; }
p { color: rgb(253,46,125); }
H1.HeaderClassName
{
color: #FD2E7D;
}
.AnyTagClassName
{
color: #FD2E7D;
}
</style>
background-color css
<style>
a { background-color: #FD2E7D; }
a { background-color: rgb(253,46,125); }
div.DivClassName
{
background-color: #FD2E7D;
}
.BgClassName
{
background-color: #FD2E7D;
}
</style>
border-color css
<style>
span { border-color: #FD2E7D; }
span { border-color: rgb(253,46,125); }
td.TdClassName
{
border-color: #FD2E7D;
}
.TagClassName
{
border-color: #FD2E7D;
}
</style>