Shades of Razzle Dazzle Rose #FD20DB
Tints of Razzle Dazzle Rose #FD20DB
RGB
CMYK
RGB Variations
Color information
#FD20DB (or 0xFD20DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 20 and DB. RGB value is (253,32,219). Sum of RGB (Red+Green+Blue) = 253+32+219=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD20DB is #02DF24. Grayscale: #767676. Windows color (decimal): -188197 or 14360829. OLE color: 14360829.
HSL color Cylindrical-coordinate representation of color #FD20DB: hue angle of 309.23º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD20DB is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.01 |
| HSL | 309.23º | 0.98% | 0.56% | - |
| HSV(B) | 309.23º | 0.87% | 0.99% | - |
| XYZ | 53.81 | 27.03 | 69.4 | - |
| YUV | 119.4 | 184.22 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 219 | 0 | 0.87 | 0.13 | 0.01 | 309.23 | 0.98 | 0.56 |
| Hex | FD | 20 | DB | 0 | 57 | D | 1 | 135 | 62 | 38 |
| Octal | 375 | 40 | 333 | 0 | 127 | 15 | 1 | 465 | 142 | 70 |
| Binary | 11111101 | 100000 | 11011011 | 0 | 1010111 | 1101 | 1 | 100110101 | 1100010 | 111000 |
Color Harmonies of #FD20DB
Complementary color
Monochromatic Colors of #FD20DB
Black with #FD20DB
Text Example
Text Example
White with #FD20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD20DB; }
p { color: rgb(253,32,219); }
H1.HeaderClassName
{
color: #FD20DB;
}
.AnyTagClassName
{
color: #FD20DB;
}
</style>
background-color css
<style>
a { background-color: #FD20DB; }
a { background-color: rgb(253,32,219); }
div.DivClassName
{
background-color: #FD20DB;
}
.BgClassName
{
background-color: #FD20DB;
}
</style>
border-color css
<style>
span { border-color: #FD20DB; }
span { border-color: rgb(253,32,219); }
td.TdClassName
{
border-color: #FD20DB;
}
.TagClassName
{
border-color: #FD20DB;
}
</style>