Shades of Razzle Dazzle Rose #FD2DDC
Tints of Razzle Dazzle Rose #FD2DDC
RGB
CMYK
RGB Variations
Color information
#FD2DDC (or 0xFD2DDC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2D and DC. RGB value is (253,45,220). Sum of RGB (Red+Green+Blue) = 253+45+220=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 45 (17.97% from 255 or 8.69% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2DDC is #02D223. Grayscale: #7E7E7E. Windows color (decimal): -184868 or 14429693. OLE color: 14429693.
HSL color Cylindrical-coordinate representation of color #FD2DDC: hue angle of 309.52º 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 #FD2DDC is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 220 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.01 |
| HSL | 309.52º | 0.98% | 0.58% | - |
| HSV(B) | 309.52º | 0.82% | 0.99% | - |
| XYZ | 54.36 | 27.93 | 70.24 | - |
| YUV | 127.14 | 180.41 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 220 | 0 | 0.82 | 0.13 | 0.01 | 309.52 | 0.98 | 0.58 |
| Hex | FD | 2D | DC | 0 | 52 | D | 1 | 136 | 62 | 3A |
| Octal | 375 | 55 | 334 | 0 | 122 | 15 | 1 | 466 | 142 | 72 |
| Binary | 11111101 | 101101 | 11011100 | 0 | 1010010 | 1101 | 1 | 100110110 | 1100010 | 111010 |
Color Harmonies of #FD2DDC
Complementary color
Monochromatic Colors of #FD2DDC
Black with #FD2DDC
Text Example
Text Example
White with #FD2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2DDC; }
p { color: rgb(253,45,220); }
H1.HeaderClassName
{
color: #FD2DDC;
}
.AnyTagClassName
{
color: #FD2DDC;
}
</style>
background-color css
<style>
a { background-color: #FD2DDC; }
a { background-color: rgb(253,45,220); }
div.DivClassName
{
background-color: #FD2DDC;
}
.BgClassName
{
background-color: #FD2DDC;
}
</style>
border-color css
<style>
span { border-color: #FD2DDC; }
span { border-color: rgb(253,45,220); }
td.TdClassName
{
border-color: #FD2DDC;
}
.TagClassName
{
border-color: #FD2DDC;
}
</style>