Shades of Razzle Dazzle Rose #FF27DB
Tints of Razzle Dazzle Rose #FF27DB
RGB
CMYK
RGB Variations
Color information
#FF27DB (or 0xFF27DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 27 and DB. RGB value is (255,39,219). Sum of RGB (Red+Green+Blue) = 255+39+219=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 39 (15.62% from 255 or 7.60% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF27DB is #00D824. Grayscale: #7B7B7B. Windows color (decimal): -55333 or 14362623. OLE color: 14362623.
HSL color Cylindrical-coordinate representation of color #FF27DB: hue angle of 310º 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 #FF27DB is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 219 | - |
| CMYK | 0 | 0.85 | 0.14 | 0 |
| HSL | 310º | 1% | 0.58% | - |
| HSV(B) | 310º | 0.85% | 1% | - |
| XYZ | 54.75 | 27.83 | 69.5 | - |
| YUV | 124.1 | 181.56 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 219 | 0 | 0.85 | 0.14 | 0 | 310 | 1 | 0.58 |
| Hex | FF | 27 | DB | 0 | 55 | E | 0 | 136 | 64 | 3A |
| Octal | 377 | 47 | 333 | 0 | 125 | 16 | 0 | 466 | 144 | 72 |
| Binary | 11111111 | 100111 | 11011011 | 0 | 1010101 | 1110 | 0 | 100110110 | 1100100 | 111010 |
Color Harmonies of #FF27DB
Complementary color
Monochromatic Colors of #FF27DB
Black with #FF27DB
Text Example
Text Example
White with #FF27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF27DB; }
p { color: rgb(255,39,219); }
H1.HeaderClassName
{
color: #FF27DB;
}
.AnyTagClassName
{
color: #FF27DB;
}
</style>
background-color css
<style>
a { background-color: #FF27DB; }
a { background-color: rgb(255,39,219); }
div.DivClassName
{
background-color: #FF27DB;
}
.BgClassName
{
background-color: #FF27DB;
}
</style>
border-color css
<style>
span { border-color: #FF27DB; }
span { border-color: rgb(255,39,219); }
td.TdClassName
{
border-color: #FF27DB;
}
.TagClassName
{
border-color: #FF27DB;
}
</style>