Shades of Razzle Dazzle Rose #FD3CCD
Tints of Razzle Dazzle Rose #FD3CCD
RGB
CMYK
RGB Variations
Color information
#FD3CCD (or 0xFD3CCD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3C and CD. RGB value is (253,60,205). Sum of RGB (Red+Green+Blue) = 253+60+205=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3CCD is #02C332. Grayscale: #858585. Windows color (decimal): -181043 or 13450493. OLE color: 13450493.
HSL color Cylindrical-coordinate representation of color #FD3CCD: hue angle of 314.92º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3CCD is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 205 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.01 |
| HSL | 314.92º | 0.98% | 0.61% | - |
| HSV(B) | 314.92º | 0.76% | 0.99% | - |
| XYZ | 53.14 | 28.52 | 60.46 | - |
| YUV | 134.24 | 167.94 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 205 | 0 | 0.76 | 0.19 | 0.01 | 314.92 | 0.98 | 0.61 |
| Hex | FD | 3C | CD | 0 | 4C | 13 | 1 | 13B | 62 | 3D |
| Octal | 375 | 74 | 315 | 0 | 114 | 23 | 1 | 473 | 142 | 75 |
| Binary | 11111101 | 111100 | 11001101 | 0 | 1001100 | 10011 | 1 | 100111011 | 1100010 | 111101 |
Color Harmonies of #FD3CCD
Complementary color
Monochromatic Colors of #FD3CCD
Black with #FD3CCD
Text Example
Text Example
White with #FD3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3CCD; }
p { color: rgb(253,60,205); }
H1.HeaderClassName
{
color: #FD3CCD;
}
.AnyTagClassName
{
color: #FD3CCD;
}
</style>
background-color css
<style>
a { background-color: #FD3CCD; }
a { background-color: rgb(253,60,205); }
div.DivClassName
{
background-color: #FD3CCD;
}
.BgClassName
{
background-color: #FD3CCD;
}
</style>
border-color css
<style>
span { border-color: #FD3CCD; }
span { border-color: rgb(253,60,205); }
td.TdClassName
{
border-color: #FD3CCD;
}
.TagClassName
{
border-color: #FD3CCD;
}
</style>