Shades of Razzle Dazzle Rose #FD1DDB
Tints of Razzle Dazzle Rose #FD1DDB
RGB
CMYK
RGB Variations
Color information
#FD1DDB (or 0xFD1DDB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1D and DB. RGB value is (253,29,219). Sum of RGB (Red+Green+Blue) = 253+29+219=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 29 (11.72% from 255 or 5.79% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1DDB is #02E224. Grayscale: #757575. Windows color (decimal): -188965 or 14360061. OLE color: 14360061.
HSL color Cylindrical-coordinate representation of color #FD1DDB: hue angle of 309.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1DDB is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 219 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.01 |
| HSL | 309.11º | 0.98% | 0.55% | - |
| HSV(B) | 309.11º | 0.89% | 0.99% | - |
| XYZ | 53.73 | 26.88 | 69.37 | - |
| YUV | 117.64 | 185.21 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 219 | 0 | 0.89 | 0.13 | 0.01 | 309.11 | 0.98 | 0.55 |
| Hex | FD | 1D | DB | 0 | 59 | D | 1 | 135 | 62 | 37 |
| Octal | 375 | 35 | 333 | 0 | 131 | 15 | 1 | 465 | 142 | 67 |
| Binary | 11111101 | 11101 | 11011011 | 0 | 1011001 | 1101 | 1 | 100110101 | 1100010 | 110111 |
Color Harmonies of #FD1DDB
Complementary color
Monochromatic Colors of #FD1DDB
Black with #FD1DDB
Text Example
Text Example
White with #FD1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1DDB; }
p { color: rgb(253,29,219); }
H1.HeaderClassName
{
color: #FD1DDB;
}
.AnyTagClassName
{
color: #FD1DDB;
}
</style>
background-color css
<style>
a { background-color: #FD1DDB; }
a { background-color: rgb(253,29,219); }
div.DivClassName
{
background-color: #FD1DDB;
}
.BgClassName
{
background-color: #FD1DDB;
}
</style>
border-color css
<style>
span { border-color: #FD1DDB; }
span { border-color: rgb(253,29,219); }
td.TdClassName
{
border-color: #FD1DDB;
}
.TagClassName
{
border-color: #FD1DDB;
}
</style>