Shades of Razzle Dazzle Rose #FD1FDD
Tints of Razzle Dazzle Rose #FD1FDD
RGB
CMYK
RGB Variations
Color information
#FD1FDD (or 0xFD1FDD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1F and DD. RGB value is (253,31,221). Sum of RGB (Red+Green+Blue) = 253+31+221=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 31 (12.5% from 255 or 6.14% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1FDD is #02E022. Grayscale: #767676. Windows color (decimal): -188451 or 14491645. OLE color: 14491645.
HSL color Cylindrical-coordinate representation of color #FD1FDD: hue angle of 308.65º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1FDD is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 221 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.01 |
| HSL | 308.65º | 0.98% | 0.56% | - |
| HSV(B) | 308.65º | 0.88% | 0.99% | - |
| XYZ | 54.05 | 27.08 | 70.79 | - |
| YUV | 119.04 | 185.55 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 221 | 0 | 0.88 | 0.13 | 0.01 | 308.65 | 0.98 | 0.56 |
| Hex | FD | 1F | DD | 0 | 58 | D | 1 | 135 | 62 | 38 |
| Octal | 375 | 37 | 335 | 0 | 130 | 15 | 1 | 465 | 142 | 70 |
| Binary | 11111101 | 11111 | 11011101 | 0 | 1011000 | 1101 | 1 | 100110101 | 1100010 | 111000 |
Color Harmonies of #FD1FDD
Complementary color
Monochromatic Colors of #FD1FDD
Black with #FD1FDD
Text Example
Text Example
White with #FD1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1FDD; }
p { color: rgb(253,31,221); }
H1.HeaderClassName
{
color: #FD1FDD;
}
.AnyTagClassName
{
color: #FD1FDD;
}
</style>
background-color css
<style>
a { background-color: #FD1FDD; }
a { background-color: rgb(253,31,221); }
div.DivClassName
{
background-color: #FD1FDD;
}
.BgClassName
{
background-color: #FD1FDD;
}
</style>
border-color css
<style>
span { border-color: #FD1FDD; }
span { border-color: rgb(253,31,221); }
td.TdClassName
{
border-color: #FD1FDD;
}
.TagClassName
{
border-color: #FD1FDD;
}
</style>