Shades of Razzle Dazzle Rose #FD2CDA
Tints of Razzle Dazzle Rose #FD2CDA
RGB
CMYK
RGB Variations
Color information
#FD2CDA (or 0xFD2CDA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and DA. RGB value is (253,44,218). Sum of RGB (Red+Green+Blue) = 253+44+218=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 44 (17.58% from 255 or 8.54% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CDA is #02D325. Grayscale: #7D7D7D. Windows color (decimal): -185126 or 14298365. OLE color: 14298365.
HSL color Cylindrical-coordinate representation of color #FD2CDA: hue angle of 310.05º 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 #FD2CDA is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 218 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.01 |
| HSL | 310.05º | 0.98% | 0.58% | - |
| HSV(B) | 310.05º | 0.83% | 0.99% | - |
| XYZ | 54.06 | 27.75 | 68.84 | - |
| YUV | 126.33 | 179.74 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 218 | 0 | 0.83 | 0.14 | 0.01 | 310.05 | 0.98 | 0.58 |
| Hex | FD | 2C | DA | 0 | 53 | E | 1 | 136 | 62 | 3A |
| Octal | 375 | 54 | 332 | 0 | 123 | 16 | 1 | 466 | 142 | 72 |
| Binary | 11111101 | 101100 | 11011010 | 0 | 1010011 | 1110 | 1 | 100110110 | 1100010 | 111010 |
Color Harmonies of #FD2CDA
Complementary color
Monochromatic Colors of #FD2CDA
Black with #FD2CDA
Text Example
Text Example
White with #FD2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CDA; }
p { color: rgb(253,44,218); }
H1.HeaderClassName
{
color: #FD2CDA;
}
.AnyTagClassName
{
color: #FD2CDA;
}
</style>
background-color css
<style>
a { background-color: #FD2CDA; }
a { background-color: rgb(253,44,218); }
div.DivClassName
{
background-color: #FD2CDA;
}
.BgClassName
{
background-color: #FD2CDA;
}
</style>
border-color css
<style>
span { border-color: #FD2CDA; }
span { border-color: rgb(253,44,218); }
td.TdClassName
{
border-color: #FD2CDA;
}
.TagClassName
{
border-color: #FD2CDA;
}
</style>