Shades of Razzle Dazzle Rose #FF28D9
Tints of Razzle Dazzle Rose #FF28D9
RGB
CMYK
RGB Variations
Color information
#FF28D9 (or 0xFF28D9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 28 and D9. RGB value is (255,40,217). Sum of RGB (Red+Green+Blue) = 255+40+217=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF28D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF28D9 is #00D726. Grayscale: #7B7B7B. Windows color (decimal): -55079 or 14231807. OLE color: 14231807.
HSL color Cylindrical-coordinate representation of color #FF28D9: hue angle of 310.6º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF28D9 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 217 | - |
| CMYK | 0 | 0.84 | 0.15 | 0 |
| HSL | 310.6º | 1% | 0.58% | - |
| HSV(B) | 310.6º | 0.84% | 1% | - |
| XYZ | 54.52 | 27.79 | 68.14 | - |
| YUV | 124.46 | 180.23 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 217 | 0 | 0.84 | 0.15 | 0 | 310.6 | 1 | 0.58 |
| Hex | FF | 28 | D9 | 0 | 54 | F | 0 | 137 | 64 | 3A |
| Octal | 377 | 50 | 331 | 0 | 124 | 17 | 0 | 467 | 144 | 72 |
| Binary | 11111111 | 101000 | 11011001 | 0 | 1010100 | 1111 | 0 | 100110111 | 1100100 | 111010 |
Color Harmonies of #FF28D9
Complementary color
Monochromatic Colors of #FF28D9
Black with #FF28D9
Text Example
Text Example
White with #FF28D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF28D9; }
p { color: rgb(255,40,217); }
H1.HeaderClassName
{
color: #FF28D9;
}
.AnyTagClassName
{
color: #FF28D9;
}
</style>
background-color css
<style>
a { background-color: #FF28D9; }
a { background-color: rgb(255,40,217); }
div.DivClassName
{
background-color: #FF28D9;
}
.BgClassName
{
background-color: #FF28D9;
}
</style>
border-color css
<style>
span { border-color: #FF28D9; }
span { border-color: rgb(255,40,217); }
td.TdClassName
{
border-color: #FF28D9;
}
.TagClassName
{
border-color: #FF28D9;
}
</style>