Shades of Razzle Dazzle Rose #FD1FDB
Tints of Razzle Dazzle Rose #FD1FDB
RGB
CMYK
RGB Variations
Color information
#FD1FDB (or 0xFD1FDB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1F and DB. RGB value is (253,31,219). Sum of RGB (Red+Green+Blue) = 253+31+219=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1FDB is #02E024. Grayscale: #767676. Windows color (decimal): -188453 or 14360573. OLE color: 14360573.
HSL color Cylindrical-coordinate representation of color #FD1FDB: hue angle of 309.19º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1FDB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 219 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.01 |
| HSL | 309.19º | 0.98% | 0.56% | - |
| HSV(B) | 309.19º | 0.88% | 0.99% | - |
| XYZ | 53.78 | 26.98 | 69.39 | - |
| YUV | 118.81 | 184.55 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 219 | 0 | 0.88 | 0.13 | 0.01 | 309.19 | 0.98 | 0.56 |
| Hex | FD | 1F | DB | 0 | 58 | D | 1 | 135 | 62 | 38 |
| Octal | 375 | 37 | 333 | 0 | 130 | 15 | 1 | 465 | 142 | 70 |
| Binary | 11111101 | 11111 | 11011011 | 0 | 1011000 | 1101 | 1 | 100110101 | 1100010 | 111000 |
Color Harmonies of #FD1FDB
Complementary color
Monochromatic Colors of #FD1FDB
Black with #FD1FDB
Text Example
Text Example
White with #FD1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1FDB; }
p { color: rgb(253,31,219); }
H1.HeaderClassName
{
color: #FD1FDB;
}
.AnyTagClassName
{
color: #FD1FDB;
}
</style>
background-color css
<style>
a { background-color: #FD1FDB; }
a { background-color: rgb(253,31,219); }
div.DivClassName
{
background-color: #FD1FDB;
}
.BgClassName
{
background-color: #FD1FDB;
}
</style>
border-color css
<style>
span { border-color: #FD1FDB; }
span { border-color: rgb(253,31,219); }
td.TdClassName
{
border-color: #FD1FDB;
}
.TagClassName
{
border-color: #FD1FDB;
}
</style>