Shades of Razzle Dazzle Rose #FD28DB
Tints of Razzle Dazzle Rose #FD28DB
RGB
CMYK
RGB Variations
Color information
#FD28DB (or 0xFD28DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 28 and DB. RGB value is (253,40,219). Sum of RGB (Red+Green+Blue) = 253+40+219=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD28DB is #02D724. Grayscale: #7B7B7B. Windows color (decimal): -186149 or 14362877. OLE color: 14362877.
HSL color Cylindrical-coordinate representation of color #FD28DB: hue angle of 309.58º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD28DB is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 219 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.01 |
| HSL | 309.58º | 0.98% | 0.57% | - |
| HSV(B) | 309.58º | 0.84% | 0.99% | - |
| XYZ | 54.05 | 27.51 | 69.48 | - |
| YUV | 124.09 | 181.57 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 219 | 0 | 0.84 | 0.13 | 0.01 | 309.58 | 0.98 | 0.57 |
| Hex | FD | 28 | DB | 0 | 54 | D | 1 | 136 | 62 | 39 |
| Octal | 375 | 50 | 333 | 0 | 124 | 15 | 1 | 466 | 142 | 71 |
| Binary | 11111101 | 101000 | 11011011 | 0 | 1010100 | 1101 | 1 | 100110110 | 1100010 | 111001 |
Color Harmonies of #FD28DB
Complementary color
Monochromatic Colors of #FD28DB
Black with #FD28DB
Text Example
Text Example
White with #FD28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD28DB; }
p { color: rgb(253,40,219); }
H1.HeaderClassName
{
color: #FD28DB;
}
.AnyTagClassName
{
color: #FD28DB;
}
</style>
background-color css
<style>
a { background-color: #FD28DB; }
a { background-color: rgb(253,40,219); }
div.DivClassName
{
background-color: #FD28DB;
}
.BgClassName
{
background-color: #FD28DB;
}
</style>
border-color css
<style>
span { border-color: #FD28DB; }
span { border-color: rgb(253,40,219); }
td.TdClassName
{
border-color: #FD28DB;
}
.TagClassName
{
border-color: #FD28DB;
}
</style>