Shades of Deep Pink #FF217E
Tints of Deep Pink #FF217E
RGB
CMYK
RGB Variations
Color information
#FF217E (or 0xFF217E) is known color: Deep Pink. HEX triplet: FF, 21 and 7E. RGB value is (255,33,126). Sum of RGB (Red+Green+Blue) = 255+33+126=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF217E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF217E is #00DE81. Grayscale: #6D6D6D. Windows color (decimal): -56962 or 8266239. OLE color: 8266239.
HSL color Cylindrical-coordinate representation of color #FF217E: hue angle of 334.86º 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 #FF217E is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 126 | - |
| CMYK | 0 | 0.87 | 0.51 | 0 |
| HSL | 334.86º | 1% | 0.56% | - |
| HSV(B) | 334.86º | 0.87% | 1% | - |
| XYZ | 45.55 | 23.85 | 21.94 | - |
| YUV | 109.98 | 137.05 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 126 | 0 | 0.87 | 0.51 | 0 | 334.86 | 1 | 0.56 |
| Hex | FF | 21 | 7E | 0 | 57 | 33 | 0 | 14F | 64 | 38 |
| Octal | 377 | 41 | 176 | 0 | 127 | 63 | 0 | 517 | 144 | 70 |
| Binary | 11111111 | 100001 | 1111110 | 0 | 1010111 | 110011 | 0 | 101001111 | 1100100 | 111000 |
Color Harmonies of #FF217E
Complementary color
Monochromatic Colors of #FF217E
Black with #FF217E
Text Example
Text Example
White with #FF217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF217E; }
p { color: rgb(255,33,126); }
H1.HeaderClassName
{
color: #FF217E;
}
.AnyTagClassName
{
color: #FF217E;
}
</style>
background-color css
<style>
a { background-color: #FF217E; }
a { background-color: rgb(255,33,126); }
div.DivClassName
{
background-color: #FF217E;
}
.BgClassName
{
background-color: #FF217E;
}
</style>
border-color css
<style>
span { border-color: #FF217E; }
span { border-color: rgb(255,33,126); }
td.TdClassName
{
border-color: #FF217E;
}
.TagClassName
{
border-color: #FF217E;
}
</style>