Shades of Razzle Dazzle Rose #FF25DB
Tints of Razzle Dazzle Rose #FF25DB
RGB
CMYK
RGB Variations
Color information
#FF25DB (or 0xFF25DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and DB. RGB value is (255,37,219). Sum of RGB (Red+Green+Blue) = 255+37+219=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 37 (14.84% from 255 or 7.24% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25DB is #00DA24. Grayscale: #7A7A7A. Windows color (decimal): -55845 or 14362111. OLE color: 14362111.
HSL color Cylindrical-coordinate representation of color #FF25DB: hue angle of 309.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF25DB is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 219 | - |
| CMYK | 0 | 0.85 | 0.14 | 0 |
| HSL | 309.91º | 1% | 0.57% | - |
| HSV(B) | 309.91º | 0.85% | 1% | - |
| XYZ | 54.69 | 27.7 | 69.48 | - |
| YUV | 122.93 | 182.22 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 219 | 0 | 0.85 | 0.14 | 0 | 309.91 | 1 | 0.57 |
| Hex | FF | 25 | DB | 0 | 55 | E | 0 | 136 | 64 | 39 |
| Octal | 377 | 45 | 333 | 0 | 125 | 16 | 0 | 466 | 144 | 71 |
| Binary | 11111111 | 100101 | 11011011 | 0 | 1010101 | 1110 | 0 | 100110110 | 1100100 | 111001 |
Color Harmonies of #FF25DB
Complementary color
Monochromatic Colors of #FF25DB
Black with #FF25DB
Text Example
Text Example
White with #FF25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF25DB; }
p { color: rgb(255,37,219); }
H1.HeaderClassName
{
color: #FF25DB;
}
.AnyTagClassName
{
color: #FF25DB;
}
</style>
background-color css
<style>
a { background-color: #FF25DB; }
a { background-color: rgb(255,37,219); }
div.DivClassName
{
background-color: #FF25DB;
}
.BgClassName
{
background-color: #FF25DB;
}
</style>
border-color css
<style>
span { border-color: #FF25DB; }
span { border-color: rgb(255,37,219); }
td.TdClassName
{
border-color: #FF25DB;
}
.TagClassName
{
border-color: #FF25DB;
}
</style>