Shades of Razzle Dazzle Rose #FD2CDD
Tints of Razzle Dazzle Rose #FD2CDD
RGB
CMYK
RGB Variations
Color information
#FD2CDD (or 0xFD2CDD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and DD. RGB value is (253,44,221). Sum of RGB (Red+Green+Blue) = 253+44+221=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 44 (17.58% from 255 or 8.49% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CDD is #02D322. Grayscale: #7E7E7E. Windows color (decimal): -185123 or 14494973. OLE color: 14494973.
HSL color Cylindrical-coordinate representation of color #FD2CDD: hue angle of 309.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2CDD is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 221 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.01 |
| HSL | 309.19º | 0.98% | 0.58% | - |
| HSV(B) | 309.19º | 0.83% | 0.99% | - |
| XYZ | 54.46 | 27.9 | 70.92 | - |
| YUV | 126.67 | 181.24 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 221 | 0 | 0.83 | 0.13 | 0.01 | 309.19 | 0.98 | 0.58 |
| Hex | FD | 2C | DD | 0 | 53 | D | 1 | 135 | 62 | 3A |
| Octal | 375 | 54 | 335 | 0 | 123 | 15 | 1 | 465 | 142 | 72 |
| Binary | 11111101 | 101100 | 11011101 | 0 | 1010011 | 1101 | 1 | 100110101 | 1100010 | 111010 |
Color Harmonies of #FD2CDD
Complementary color
Monochromatic Colors of #FD2CDD
Black with #FD2CDD
Text Example
Text Example
White with #FD2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CDD; }
p { color: rgb(253,44,221); }
H1.HeaderClassName
{
color: #FD2CDD;
}
.AnyTagClassName
{
color: #FD2CDD;
}
</style>
background-color css
<style>
a { background-color: #FD2CDD; }
a { background-color: rgb(253,44,221); }
div.DivClassName
{
background-color: #FD2CDD;
}
.BgClassName
{
background-color: #FD2CDD;
}
</style>
border-color css
<style>
span { border-color: #FD2CDD; }
span { border-color: rgb(253,44,221); }
td.TdClassName
{
border-color: #FD2CDD;
}
.TagClassName
{
border-color: #FD2CDD;
}
</style>