Shades of Razzle Dazzle Rose #FD2CDB
Tints of Razzle Dazzle Rose #FD2CDB
RGB
CMYK
RGB Variations
Color information
#FD2CDB (or 0xFD2CDB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and DB. RGB value is (253,44,219). Sum of RGB (Red+Green+Blue) = 253+44+219=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 44 (17.58% from 255 or 8.53% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CDB is #02D324. Grayscale: #7D7D7D. Windows color (decimal): -185125 or 14363901. OLE color: 14363901.
HSL color Cylindrical-coordinate representation of color #FD2CDB: hue angle of 309.76º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2CDB is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 219 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.01 |
| HSL | 309.76º | 0.98% | 0.58% | - |
| HSV(B) | 309.76º | 0.83% | 0.99% | - |
| XYZ | 54.19 | 27.8 | 69.53 | - |
| YUV | 126.44 | 180.24 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 219 | 0 | 0.83 | 0.13 | 0.01 | 309.76 | 0.98 | 0.58 |
| Hex | FD | 2C | DB | 0 | 53 | D | 1 | 136 | 62 | 3A |
| Octal | 375 | 54 | 333 | 0 | 123 | 15 | 1 | 466 | 142 | 72 |
| Binary | 11111101 | 101100 | 11011011 | 0 | 1010011 | 1101 | 1 | 100110110 | 1100010 | 111010 |
Color Harmonies of #FD2CDB
Complementary color
Monochromatic Colors of #FD2CDB
Black with #FD2CDB
Text Example
Text Example
White with #FD2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CDB; }
p { color: rgb(253,44,219); }
H1.HeaderClassName
{
color: #FD2CDB;
}
.AnyTagClassName
{
color: #FD2CDB;
}
</style>
background-color css
<style>
a { background-color: #FD2CDB; }
a { background-color: rgb(253,44,219); }
div.DivClassName
{
background-color: #FD2CDB;
}
.BgClassName
{
background-color: #FD2CDB;
}
</style>
border-color css
<style>
span { border-color: #FD2CDB; }
span { border-color: rgb(253,44,219); }
td.TdClassName
{
border-color: #FD2CDB;
}
.TagClassName
{
border-color: #FD2CDB;
}
</style>