Shades of Razzle Dazzle Rose #FD47D2
Tints of Razzle Dazzle Rose #FD47D2
RGB
CMYK
RGB Variations
Color information
#FD47D2 (or 0xFD47D2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 47 and D2. RGB value is (253,71,210). Sum of RGB (Red+Green+Blue) = 253+71+210=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 71 (28.12% from 255 or 13.30% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD47D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD47D2 is #02B82D. Grayscale: #8C8C8C. Windows color (decimal): -178222 or 13780989. OLE color: 13780989.
HSL color Cylindrical-coordinate representation of color #FD47D2: hue angle of 314.18º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD47D2 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 210 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.01 |
| HSL | 314.18º | 0.98% | 0.64% | - |
| HSV(B) | 314.18º | 0.72% | 0.99% | - |
| XYZ | 54.39 | 30.04 | 63.9 | - |
| YUV | 141.26 | 166.8 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 210 | 0 | 0.72 | 0.17 | 0.01 | 314.18 | 0.98 | 0.64 |
| Hex | FD | 47 | D2 | 0 | 48 | 11 | 1 | 13A | 62 | 40 |
| Octal | 375 | 107 | 322 | 0 | 110 | 21 | 1 | 472 | 142 | 100 |
| Binary | 11111101 | 1000111 | 11010010 | 0 | 1001000 | 10001 | 1 | 100111010 | 1100010 | 1000000 |
Color Harmonies of #FD47D2
Complementary color
Monochromatic Colors of #FD47D2
Black with #FD47D2
Text Example
Text Example
White with #FD47D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD47D2; }
p { color: rgb(253,71,210); }
H1.HeaderClassName
{
color: #FD47D2;
}
.AnyTagClassName
{
color: #FD47D2;
}
</style>
background-color css
<style>
a { background-color: #FD47D2; }
a { background-color: rgb(253,71,210); }
div.DivClassName
{
background-color: #FD47D2;
}
.BgClassName
{
background-color: #FD47D2;
}
</style>
border-color css
<style>
span { border-color: #FD47D2; }
span { border-color: rgb(253,71,210); }
td.TdClassName
{
border-color: #FD47D2;
}
.TagClassName
{
border-color: #FD47D2;
}
</style>