Shades of Razzle Dazzle Rose #FD1DDC
Tints of Razzle Dazzle Rose #FD1DDC
RGB
CMYK
RGB Variations
Color information
#FD1DDC (or 0xFD1DDC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1D and DC. RGB value is (253,29,220). Sum of RGB (Red+Green+Blue) = 253+29+220=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 29 (11.72% from 255 or 5.78% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1DDC is #02E223. Grayscale: #757575. Windows color (decimal): -188964 or 14425597. OLE color: 14425597.
HSL color Cylindrical-coordinate representation of color #FD1DDC: hue angle of 308.84º 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 #FD1DDC is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 220 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.01 |
| HSL | 308.84º | 0.98% | 0.55% | - |
| HSV(B) | 308.84º | 0.89% | 0.99% | - |
| XYZ | 53.87 | 26.93 | 70.07 | - |
| YUV | 117.75 | 185.71 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 220 | 0 | 0.89 | 0.13 | 0.01 | 308.84 | 0.98 | 0.55 |
| Hex | FD | 1D | DC | 0 | 59 | D | 1 | 135 | 62 | 37 |
| Octal | 375 | 35 | 334 | 0 | 131 | 15 | 1 | 465 | 142 | 67 |
| Binary | 11111101 | 11101 | 11011100 | 0 | 1011001 | 1101 | 1 | 100110101 | 1100010 | 110111 |
Color Harmonies of #FD1DDC
Complementary color
Monochromatic Colors of #FD1DDC
Black with #FD1DDC
Text Example
Text Example
White with #FD1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1DDC; }
p { color: rgb(253,29,220); }
H1.HeaderClassName
{
color: #FD1DDC;
}
.AnyTagClassName
{
color: #FD1DDC;
}
</style>
background-color css
<style>
a { background-color: #FD1DDC; }
a { background-color: rgb(253,29,220); }
div.DivClassName
{
background-color: #FD1DDC;
}
.BgClassName
{
background-color: #FD1DDC;
}
</style>
border-color css
<style>
span { border-color: #FD1DDC; }
span { border-color: rgb(253,29,220); }
td.TdClassName
{
border-color: #FD1DDC;
}
.TagClassName
{
border-color: #FD1DDC;
}
</style>