Shades of Razzle Dazzle Rose #FD49DB
Tints of Razzle Dazzle Rose #FD49DB
RGB
CMYK
RGB Variations
Color information
#FD49DB (or 0xFD49DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 49 and DB. RGB value is (253,73,219). Sum of RGB (Red+Green+Blue) = 253+73+219=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD49DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD49DB is #02B624. Grayscale: #8F8F8F. Windows color (decimal): -177701 or 14371325. OLE color: 14371325.
HSL color Cylindrical-coordinate representation of color #FD49DB: hue angle of 311.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD49DB is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 219 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.01 |
| HSL | 311.33º | 0.98% | 0.64% | - |
| HSV(B) | 311.33º | 0.71% | 0.99% | - |
| XYZ | 55.68 | 30.76 | 70.02 | - |
| YUV | 143.46 | 170.63 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 219 | 0 | 0.71 | 0.13 | 0.01 | 311.33 | 0.98 | 0.64 |
| Hex | FD | 49 | DB | 0 | 47 | D | 1 | 137 | 62 | 40 |
| Octal | 375 | 111 | 333 | 0 | 107 | 15 | 1 | 467 | 142 | 100 |
| Binary | 11111101 | 1001001 | 11011011 | 0 | 1000111 | 1101 | 1 | 100110111 | 1100010 | 1000000 |
Color Harmonies of #FD49DB
Complementary color
Monochromatic Colors of #FD49DB
Black with #FD49DB
Text Example
Text Example
White with #FD49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD49DB; }
p { color: rgb(253,73,219); }
H1.HeaderClassName
{
color: #FD49DB;
}
.AnyTagClassName
{
color: #FD49DB;
}
</style>
background-color css
<style>
a { background-color: #FD49DB; }
a { background-color: rgb(253,73,219); }
div.DivClassName
{
background-color: #FD49DB;
}
.BgClassName
{
background-color: #FD49DB;
}
</style>
border-color css
<style>
span { border-color: #FD49DB; }
span { border-color: rgb(253,73,219); }
td.TdClassName
{
border-color: #FD49DB;
}
.TagClassName
{
border-color: #FD49DB;
}
</style>