Shades of Razzle Dazzle Rose #FD1CDA
Tints of Razzle Dazzle Rose #FD1CDA
RGB
CMYK
RGB Variations
Color information
#FD1CDA (or 0xFD1CDA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1C and DA. RGB value is (253,28,218). Sum of RGB (Red+Green+Blue) = 253+28+218=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 28 (11.33% from 255 or 5.61% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CDA is #02E325. Grayscale: #747474. Windows color (decimal): -189222 or 14294269. OLE color: 14294269.
HSL color Cylindrical-coordinate representation of color #FD1CDA: hue angle of 309.33º 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 #FD1CDA is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 218 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.01 |
| HSL | 309.33º | 0.98% | 0.55% | - |
| HSV(B) | 309.33º | 0.89% | 0.99% | - |
| XYZ | 53.58 | 26.78 | 68.67 | - |
| YUV | 116.94 | 185.04 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 218 | 0 | 0.89 | 0.14 | 0.01 | 309.33 | 0.98 | 0.55 |
| Hex | FD | 1C | DA | 0 | 59 | E | 1 | 135 | 62 | 37 |
| Octal | 375 | 34 | 332 | 0 | 131 | 16 | 1 | 465 | 142 | 67 |
| Binary | 11111101 | 11100 | 11011010 | 0 | 1011001 | 1110 | 1 | 100110101 | 1100010 | 110111 |
Color Harmonies of #FD1CDA
Complementary color
Monochromatic Colors of #FD1CDA
Black with #FD1CDA
Text Example
Text Example
White with #FD1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CDA; }
p { color: rgb(253,28,218); }
H1.HeaderClassName
{
color: #FD1CDA;
}
.AnyTagClassName
{
color: #FD1CDA;
}
</style>
background-color css
<style>
a { background-color: #FD1CDA; }
a { background-color: rgb(253,28,218); }
div.DivClassName
{
background-color: #FD1CDA;
}
.BgClassName
{
background-color: #FD1CDA;
}
</style>
border-color css
<style>
span { border-color: #FD1CDA; }
span { border-color: rgb(253,28,218); }
td.TdClassName
{
border-color: #FD1CDA;
}
.TagClassName
{
border-color: #FD1CDA;
}
</style>