Shades of Deep Pink #FF217A
Tints of Deep Pink #FF217A
RGB
CMYK
RGB Variations
Color information
#FF217A (or 0xFF217A) is known color: Deep Pink. HEX triplet: FF, 21 and 7A. RGB value is (255,33,122). Sum of RGB (Red+Green+Blue) = 255+33+122=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF217A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF217A is #00DE85. Grayscale: #6D6D6D. Windows color (decimal): -56966 or 8004095. OLE color: 8004095.
HSL color Cylindrical-coordinate representation of color #FF217A: hue angle of 335.95º 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 #FF217A is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 122 | - |
| CMYK | 0 | 0.87 | 0.52 | 0 |
| HSL | 335.95º | 1% | 0.56% | - |
| HSV(B) | 335.95º | 0.87% | 1% | - |
| XYZ | 45.3 | 23.75 | 20.61 | - |
| YUV | 109.52 | 135.05 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 122 | 0 | 0.87 | 0.52 | 0 | 335.95 | 1 | 0.56 |
| Hex | FF | 21 | 7A | 0 | 57 | 34 | 0 | 150 | 64 | 38 |
| Octal | 377 | 41 | 172 | 0 | 127 | 64 | 0 | 520 | 144 | 70 |
| Binary | 11111111 | 100001 | 1111010 | 0 | 1010111 | 110100 | 0 | 101010000 | 1100100 | 111000 |
Color Harmonies of #FF217A
Complementary color
Monochromatic Colors of #FF217A
Black with #FF217A
Text Example
Text Example
White with #FF217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF217A; }
p { color: rgb(255,33,122); }
H1.HeaderClassName
{
color: #FF217A;
}
.AnyTagClassName
{
color: #FF217A;
}
</style>
background-color css
<style>
a { background-color: #FF217A; }
a { background-color: rgb(255,33,122); }
div.DivClassName
{
background-color: #FF217A;
}
.BgClassName
{
background-color: #FF217A;
}
</style>
border-color css
<style>
span { border-color: #FF217A; }
span { border-color: rgb(255,33,122); }
td.TdClassName
{
border-color: #FF217A;
}
.TagClassName
{
border-color: #FF217A;
}
</style>