Shades of Razzle Dazzle Rose #FD2DDE
Tints of Razzle Dazzle Rose #FD2DDE
RGB
CMYK
RGB Variations
Color information
#FD2DDE (or 0xFD2DDE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2D and DE. RGB value is (253,45,222). Sum of RGB (Red+Green+Blue) = 253+45+222=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 45 (17.97% from 255 or 8.65% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2DDE is #02D221. Grayscale: #7E7E7E. Windows color (decimal): -184866 or 14560765. OLE color: 14560765.
HSL color Cylindrical-coordinate representation of color #FD2DDE: hue angle of 308.94º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2DDE is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 222 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.01 |
| HSL | 308.94º | 0.98% | 0.58% | - |
| HSV(B) | 308.94º | 0.82% | 0.99% | - |
| XYZ | 54.63 | 28.03 | 71.64 | - |
| YUV | 127.37 | 181.41 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 222 | 0 | 0.82 | 0.12 | 0.01 | 308.94 | 0.98 | 0.58 |
| Hex | FD | 2D | DE | 0 | 52 | C | 1 | 135 | 62 | 3A |
| Octal | 375 | 55 | 336 | 0 | 122 | 14 | 1 | 465 | 142 | 72 |
| Binary | 11111101 | 101101 | 11011110 | 0 | 1010010 | 1100 | 1 | 100110101 | 1100010 | 111010 |
Color Harmonies of #FD2DDE
Complementary color
Monochromatic Colors of #FD2DDE
Black with #FD2DDE
Text Example
Text Example
White with #FD2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2DDE; }
p { color: rgb(253,45,222); }
H1.HeaderClassName
{
color: #FD2DDE;
}
.AnyTagClassName
{
color: #FD2DDE;
}
</style>
background-color css
<style>
a { background-color: #FD2DDE; }
a { background-color: rgb(253,45,222); }
div.DivClassName
{
background-color: #FD2DDE;
}
.BgClassName
{
background-color: #FD2DDE;
}
</style>
border-color css
<style>
span { border-color: #FD2DDE; }
span { border-color: rgb(253,45,222); }
td.TdClassName
{
border-color: #FD2DDE;
}
.TagClassName
{
border-color: #FD2DDE;
}
</style>