Shades of Violet Red #FF2D7D
Tints of Violet Red #FF2D7D
RGB
CMYK
RGB Variations
Color information
#FF2D7D (or 0xFF2D7D) is known color: Violet Red. HEX triplet: FF, 2D and 7D. RGB value is (255,45,125). Sum of RGB (Red+Green+Blue) = 255+45+125=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D7D is #00D282. Grayscale: #747474. Windows color (decimal): -53891 or 8203775. OLE color: 8203775.
HSL color Cylindrical-coordinate representation of color #FF2D7D: hue angle of 337.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2D7D is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 125 | - |
| CMYK | 0 | 0.82 | 0.51 | 0 |
| HSL | 337.14º | 1% | 0.59% | - |
| HSV(B) | 337.14º | 0.82% | 1% | - |
| XYZ | 45.88 | 24.62 | 21.74 | - |
| YUV | 116.91 | 132.57 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 125 | 0 | 0.82 | 0.51 | 0 | 337.14 | 1 | 0.59 |
| Hex | FF | 2D | 7D | 0 | 52 | 33 | 0 | 151 | 64 | 3B |
| Octal | 377 | 55 | 175 | 0 | 122 | 63 | 0 | 521 | 144 | 73 |
| Binary | 11111111 | 101101 | 1111101 | 0 | 1010010 | 110011 | 0 | 101010001 | 1100100 | 111011 |
Color Harmonies of #FF2D7D
Complementary color
Monochromatic Colors of #FF2D7D
Black with #FF2D7D
Text Example
Text Example
White with #FF2D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D7D; }
p { color: rgb(255,45,125); }
H1.HeaderClassName
{
color: #FF2D7D;
}
.AnyTagClassName
{
color: #FF2D7D;
}
</style>
background-color css
<style>
a { background-color: #FF2D7D; }
a { background-color: rgb(255,45,125); }
div.DivClassName
{
background-color: #FF2D7D;
}
.BgClassName
{
background-color: #FF2D7D;
}
</style>
border-color css
<style>
span { border-color: #FF2D7D; }
span { border-color: rgb(255,45,125); }
td.TdClassName
{
border-color: #FF2D7D;
}
.TagClassName
{
border-color: #FF2D7D;
}
</style>