Shades of Razzle Dazzle Rose #FD27DB
Tints of Razzle Dazzle Rose #FD27DB
RGB
CMYK
RGB Variations
Color information
#FD27DB (or 0xFD27DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 27 and DB. RGB value is (253,39,219). Sum of RGB (Red+Green+Blue) = 253+39+219=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 39 (15.62% from 255 or 7.63% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD27DB is #02D824. Grayscale: #7B7B7B. Windows color (decimal): -186405 or 14362621. OLE color: 14362621.
HSL color Cylindrical-coordinate representation of color #FD27DB: hue angle of 309.53º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD27DB is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 219 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.01 |
| HSL | 309.53º | 0.98% | 0.57% | - |
| HSV(B) | 309.53º | 0.85% | 0.99% | - |
| XYZ | 54.02 | 27.45 | 69.47 | - |
| YUV | 123.51 | 181.9 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 219 | 0 | 0.85 | 0.13 | 0.01 | 309.53 | 0.98 | 0.57 |
| Hex | FD | 27 | DB | 0 | 55 | D | 1 | 136 | 62 | 39 |
| Octal | 375 | 47 | 333 | 0 | 125 | 15 | 1 | 466 | 142 | 71 |
| Binary | 11111101 | 100111 | 11011011 | 0 | 1010101 | 1101 | 1 | 100110110 | 1100010 | 111001 |
Color Harmonies of #FD27DB
Complementary color
Monochromatic Colors of #FD27DB
Black with #FD27DB
Text Example
Text Example
White with #FD27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD27DB; }
p { color: rgb(253,39,219); }
H1.HeaderClassName
{
color: #FD27DB;
}
.AnyTagClassName
{
color: #FD27DB;
}
</style>
background-color css
<style>
a { background-color: #FD27DB; }
a { background-color: rgb(253,39,219); }
div.DivClassName
{
background-color: #FD27DB;
}
.BgClassName
{
background-color: #FD27DB;
}
</style>
border-color css
<style>
span { border-color: #FD27DB; }
span { border-color: rgb(253,39,219); }
td.TdClassName
{
border-color: #FD27DB;
}
.TagClassName
{
border-color: #FD27DB;
}
</style>