Shades of Razzle Dazzle Rose #FF27D8
Tints of Razzle Dazzle Rose #FF27D8
RGB
CMYK
RGB Variations
Color information
#FF27D8 (or 0xFF27D8) is known color: Razzle Dazzle Rose. HEX triplet: FF, 27 and D8. RGB value is (255,39,216). Sum of RGB (Red+Green+Blue) = 255+39+216=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 39 (15.62% from 255 or 7.65% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF27D8 is #00D827. Grayscale: #7B7B7B. Windows color (decimal): -55336 or 14166015. OLE color: 14166015.
HSL color Cylindrical-coordinate representation of color #FF27D8: hue angle of 310.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF27D8 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 216 | - |
| CMYK | 0 | 0.85 | 0.15 | 0 |
| HSL | 310.83º | 1% | 0.58% | - |
| HSV(B) | 310.83º | 0.85% | 1% | - |
| XYZ | 54.36 | 27.67 | 67.44 | - |
| YUV | 123.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 216 | 0 | 0.85 | 0.15 | 0 | 310.83 | 1 | 0.58 |
| Hex | FF | 27 | D8 | 0 | 55 | F | 0 | 137 | 64 | 3A |
| Octal | 377 | 47 | 330 | 0 | 125 | 17 | 0 | 467 | 144 | 72 |
| Binary | 11111111 | 100111 | 11011000 | 0 | 1010101 | 1111 | 0 | 100110111 | 1100100 | 111010 |
Color Harmonies of #FF27D8
Complementary color
Monochromatic Colors of #FF27D8
Black with #FF27D8
Text Example
Text Example
White with #FF27D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF27D8; }
p { color: rgb(255,39,216); }
H1.HeaderClassName
{
color: #FF27D8;
}
.AnyTagClassName
{
color: #FF27D8;
}
</style>
background-color css
<style>
a { background-color: #FF27D8; }
a { background-color: rgb(255,39,216); }
div.DivClassName
{
background-color: #FF27D8;
}
.BgClassName
{
background-color: #FF27D8;
}
</style>
border-color css
<style>
span { border-color: #FF27D8; }
span { border-color: rgb(255,39,216); }
td.TdClassName
{
border-color: #FF27D8;
}
.TagClassName
{
border-color: #FF27D8;
}
</style>