Shades of Razzle Dazzle Rose #FD1CDD
Tints of Razzle Dazzle Rose #FD1CDD
RGB
CMYK
RGB Variations
Color information
#FD1CDD (or 0xFD1CDD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1C and DD. RGB value is (253,28,221). Sum of RGB (Red+Green+Blue) = 253+28+221=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CDD is #02E322. Grayscale: #747474. Windows color (decimal): -189219 or 14490877. OLE color: 14490877.
HSL color Cylindrical-coordinate representation of color #FD1CDD: hue angle of 308.53º 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 #FD1CDD is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 221 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.01 |
| HSL | 308.53º | 0.98% | 0.55% | - |
| HSV(B) | 308.53º | 0.89% | 0.99% | - |
| XYZ | 53.97 | 26.93 | 70.76 | - |
| YUV | 117.28 | 186.54 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 221 | 0 | 0.89 | 0.13 | 0.01 | 308.53 | 0.98 | 0.55 |
| Hex | FD | 1C | DD | 0 | 59 | D | 1 | 135 | 62 | 37 |
| Octal | 375 | 34 | 335 | 0 | 131 | 15 | 1 | 465 | 142 | 67 |
| Binary | 11111101 | 11100 | 11011101 | 0 | 1011001 | 1101 | 1 | 100110101 | 1100010 | 110111 |
Color Harmonies of #FD1CDD
Complementary color
Monochromatic Colors of #FD1CDD
Black with #FD1CDD
Text Example
Text Example
White with #FD1CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CDD; }
p { color: rgb(253,28,221); }
H1.HeaderClassName
{
color: #FD1CDD;
}
.AnyTagClassName
{
color: #FD1CDD;
}
</style>
background-color css
<style>
a { background-color: #FD1CDD; }
a { background-color: rgb(253,28,221); }
div.DivClassName
{
background-color: #FD1CDD;
}
.BgClassName
{
background-color: #FD1CDD;
}
</style>
border-color css
<style>
span { border-color: #FD1CDD; }
span { border-color: rgb(253,28,221); }
td.TdClassName
{
border-color: #FD1CDD;
}
.TagClassName
{
border-color: #FD1CDD;
}
</style>