Shades of Razzle Dazzle Rose #FD4CCD
Tints of Razzle Dazzle Rose #FD4CCD
RGB
CMYK
RGB Variations
Color information
#FD4CCD (or 0xFD4CCD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4C and CD. RGB value is (253,76,205). Sum of RGB (Red+Green+Blue) = 253+76+205=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4CCD is #02B332. Grayscale: #8F8F8F. Windows color (decimal): -176947 or 13454589. OLE color: 13454589.
HSL color Cylindrical-coordinate representation of color #FD4CCD: hue angle of 316.27º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4CCD is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 205 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.01 |
| HSL | 316.27º | 0.98% | 0.65% | - |
| HSV(B) | 316.27º | 0.7% | 0.99% | - |
| XYZ | 54.11 | 30.46 | 60.78 | - |
| YUV | 143.63 | 162.64 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 205 | 0 | 0.70 | 0.19 | 0.01 | 316.27 | 0.98 | 0.65 |
| Hex | FD | 4C | CD | 0 | 46 | 13 | 1 | 13C | 62 | 41 |
| Octal | 375 | 114 | 315 | 0 | 106 | 23 | 1 | 474 | 142 | 101 |
| Binary | 11111101 | 1001100 | 11001101 | 0 | 1000110 | 10011 | 1 | 100111100 | 1100010 | 1000001 |
Color Harmonies of #FD4CCD
Complementary color
Monochromatic Colors of #FD4CCD
Black with #FD4CCD
Text Example
Text Example
White with #FD4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4CCD; }
p { color: rgb(253,76,205); }
H1.HeaderClassName
{
color: #FD4CCD;
}
.AnyTagClassName
{
color: #FD4CCD;
}
</style>
background-color css
<style>
a { background-color: #FD4CCD; }
a { background-color: rgb(253,76,205); }
div.DivClassName
{
background-color: #FD4CCD;
}
.BgClassName
{
background-color: #FD4CCD;
}
</style>
border-color css
<style>
span { border-color: #FD4CCD; }
span { border-color: rgb(253,76,205); }
td.TdClassName
{
border-color: #FD4CCD;
}
.TagClassName
{
border-color: #FD4CCD;
}
</style>