Shades of Razzle Dazzle Rose #FF27D0
Tints of Razzle Dazzle Rose #FF27D0
RGB
CMYK
RGB Variations
Color information
#FF27D0 (or 0xFF27D0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 27 and D0. RGB value is (255,39,208). Sum of RGB (Red+Green+Blue) = 255+39+208=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF27D0 is #00D82F. Grayscale: #7A7A7A. Windows color (decimal): -55344 or 13641727. OLE color: 13641727.
HSL color Cylindrical-coordinate representation of color #FF27D0: hue angle of 313.06º 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 #FF27D0 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 208 | - |
| CMYK | 0 | 0.85 | 0.18 | 0 |
| HSL | 313.06º | 1% | 0.58% | - |
| HSV(B) | 313.06º | 0.85% | 1% | - |
| XYZ | 53.35 | 27.27 | 62.13 | - |
| YUV | 122.85 | 176.06 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 208 | 0 | 0.85 | 0.18 | 0 | 313.06 | 1 | 0.58 |
| Hex | FF | 27 | D0 | 0 | 55 | 12 | 0 | 139 | 64 | 3A |
| Octal | 377 | 47 | 320 | 0 | 125 | 22 | 0 | 471 | 144 | 72 |
| Binary | 11111111 | 100111 | 11010000 | 0 | 1010101 | 10010 | 0 | 100111001 | 1100100 | 111010 |
Color Harmonies of #FF27D0
Complementary color
Monochromatic Colors of #FF27D0
Black with #FF27D0
Text Example
Text Example
White with #FF27D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF27D0; }
p { color: rgb(255,39,208); }
H1.HeaderClassName
{
color: #FF27D0;
}
.AnyTagClassName
{
color: #FF27D0;
}
</style>
background-color css
<style>
a { background-color: #FF27D0; }
a { background-color: rgb(255,39,208); }
div.DivClassName
{
background-color: #FF27D0;
}
.BgClassName
{
background-color: #FF27D0;
}
</style>
border-color css
<style>
span { border-color: #FF27D0; }
span { border-color: rgb(255,39,208); }
td.TdClassName
{
border-color: #FF27D0;
}
.TagClassName
{
border-color: #FF27D0;
}
</style>