Shades of Deep Pink #FF1D9B
Tints of Deep Pink #FF1D9B
RGB
CMYK
RGB Variations
Color information
#FF1D9B (or 0xFF1D9B) is known color: Deep Pink. HEX triplet: FF, 1D and 9B. RGB value is (255,29,155). Sum of RGB (Red+Green+Blue) = 255+29+155=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1D9B is #00E264. Grayscale: #6E6E6E. Windows color (decimal): -57957 or 10165759. OLE color: 10165759.
HSL color Cylindrical-coordinate representation of color #FF1D9B: hue angle of 326.55º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D9B is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 155 | - |
| CMYK | 0 | 0.89 | 0.39 | 0 |
| HSL | 326.55º | 1% | 0.56% | - |
| HSV(B) | 326.55º | 0.89% | 1% | - |
| XYZ | 47.6 | 24.51 | 33.23 | - |
| YUV | 110.94 | 152.87 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 155 | 0 | 0.89 | 0.39 | 0 | 326.55 | 1 | 0.56 |
| Hex | FF | 1D | 9B | 0 | 59 | 27 | 0 | 147 | 64 | 38 |
| Octal | 377 | 35 | 233 | 0 | 131 | 47 | 0 | 507 | 144 | 70 |
| Binary | 11111111 | 11101 | 10011011 | 0 | 1011001 | 100111 | 0 | 101000111 | 1100100 | 111000 |
Color Harmonies of #FF1D9B
Complementary color
Monochromatic Colors of #FF1D9B
Black with #FF1D9B
Text Example
Text Example
White with #FF1D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D9B; }
p { color: rgb(255,29,155); }
H1.HeaderClassName
{
color: #FF1D9B;
}
.AnyTagClassName
{
color: #FF1D9B;
}
</style>
background-color css
<style>
a { background-color: #FF1D9B; }
a { background-color: rgb(255,29,155); }
div.DivClassName
{
background-color: #FF1D9B;
}
.BgClassName
{
background-color: #FF1D9B;
}
</style>
border-color css
<style>
span { border-color: #FF1D9B; }
span { border-color: rgb(255,29,155); }
td.TdClassName
{
border-color: #FF1D9B;
}
.TagClassName
{
border-color: #FF1D9B;
}
</style>