Shades of Razzle Dazzle Rose #FD2CDE
Tints of Razzle Dazzle Rose #FD2CDE
RGB
CMYK
RGB Variations
Color information
#FD2CDE (or 0xFD2CDE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and DE. RGB value is (253,44,222). Sum of RGB (Red+Green+Blue) = 253+44+222=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 44 (17.58% from 255 or 8.48% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CDE is #02D321. Grayscale: #7E7E7E. Windows color (decimal): -185122 or 14560509. OLE color: 14560509.
HSL color Cylindrical-coordinate representation of color #FD2CDE: hue angle of 308.9º 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 #FD2CDE is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 222 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.01 |
| HSL | 308.9º | 0.98% | 0.58% | - |
| HSV(B) | 308.9º | 0.83% | 0.99% | - |
| XYZ | 54.59 | 27.96 | 71.63 | - |
| YUV | 126.78 | 181.74 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 222 | 0 | 0.83 | 0.12 | 0.01 | 308.9 | 0.98 | 0.58 |
| Hex | FD | 2C | DE | 0 | 53 | C | 1 | 135 | 62 | 3A |
| Octal | 375 | 54 | 336 | 0 | 123 | 14 | 1 | 465 | 142 | 72 |
| Binary | 11111101 | 101100 | 11011110 | 0 | 1010011 | 1100 | 1 | 100110101 | 1100010 | 111010 |
Color Harmonies of #FD2CDE
Complementary color
Monochromatic Colors of #FD2CDE
Black with #FD2CDE
Text Example
Text Example
White with #FD2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CDE; }
p { color: rgb(253,44,222); }
H1.HeaderClassName
{
color: #FD2CDE;
}
.AnyTagClassName
{
color: #FD2CDE;
}
</style>
background-color css
<style>
a { background-color: #FD2CDE; }
a { background-color: rgb(253,44,222); }
div.DivClassName
{
background-color: #FD2CDE;
}
.BgClassName
{
background-color: #FD2CDE;
}
</style>
border-color css
<style>
span { border-color: #FD2CDE; }
span { border-color: rgb(253,44,222); }
td.TdClassName
{
border-color: #FD2CDE;
}
.TagClassName
{
border-color: #FD2CDE;
}
</style>