Shades of Persian Rose #FF219D
Tints of Persian Rose #FF219D
RGB
CMYK
RGB Variations
Color information
#FF219D (or 0xFF219D) is known color: Persian Rose. HEX triplet: FF, 21 and 9D. RGB value is (255,33,157). Sum of RGB (Red+Green+Blue) = 255+33+157=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF219D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF219D is #00DE62. Grayscale: #717171. Windows color (decimal): -56931 or 10297855. OLE color: 10297855.
HSL color Cylindrical-coordinate representation of color #FF219D: hue angle of 326.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF219D is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 157 | - |
| CMYK | 0 | 0.87 | 0.38 | 0 |
| HSL | 326.49º | 1% | 0.56% | - |
| HSV(B) | 326.49º | 0.87% | 1% | - |
| XYZ | 47.87 | 24.78 | 34.16 | - |
| YUV | 113.51 | 152.55 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 157 | 0 | 0.87 | 0.38 | 0 | 326.49 | 1 | 0.56 |
| Hex | FF | 21 | 9D | 0 | 57 | 26 | 0 | 146 | 64 | 38 |
| Octal | 377 | 41 | 235 | 0 | 127 | 46 | 0 | 506 | 144 | 70 |
| Binary | 11111111 | 100001 | 10011101 | 0 | 1010111 | 100110 | 0 | 101000110 | 1100100 | 111000 |
Color Harmonies of #FF219D
Complementary color
Monochromatic Colors of #FF219D
Black with #FF219D
Text Example
Text Example
White with #FF219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF219D; }
p { color: rgb(255,33,157); }
H1.HeaderClassName
{
color: #FF219D;
}
.AnyTagClassName
{
color: #FF219D;
}
</style>
background-color css
<style>
a { background-color: #FF219D; }
a { background-color: rgb(255,33,157); }
div.DivClassName
{
background-color: #FF219D;
}
.BgClassName
{
background-color: #FF219D;
}
</style>
border-color css
<style>
span { border-color: #FF219D; }
span { border-color: rgb(255,33,157); }
td.TdClassName
{
border-color: #FF219D;
}
.TagClassName
{
border-color: #FF219D;
}
</style>