Shades of Razzle Dazzle Rose #FD33D0
Tints of Razzle Dazzle Rose #FD33D0
RGB
CMYK
RGB Variations
Color information
#FD33D0 (or 0xFD33D0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 33 and D0. RGB value is (253,51,208). Sum of RGB (Red+Green+Blue) = 253+51+208=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 51 (20.31% from 255 or 9.96% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33D0 is #02CC2F. Grayscale: #808080. Windows color (decimal): -183344 or 13644797. OLE color: 13644797.
HSL color Cylindrical-coordinate representation of color #FD33D0: hue angle of 313.37º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD33D0 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 208 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.01 |
| HSL | 313.37º | 0.98% | 0.6% | - |
| HSV(B) | 313.37º | 0.8% | 0.99% | - |
| XYZ | 53.08 | 27.8 | 62.24 | - |
| YUV | 129.3 | 172.42 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 208 | 0 | 0.80 | 0.18 | 0.01 | 313.37 | 0.98 | 0.6 |
| Hex | FD | 33 | D0 | 0 | 50 | 12 | 1 | 139 | 62 | 3C |
| Octal | 375 | 63 | 320 | 0 | 120 | 22 | 1 | 471 | 142 | 74 |
| Binary | 11111101 | 110011 | 11010000 | 0 | 1010000 | 10010 | 1 | 100111001 | 1100010 | 111100 |
Color Harmonies of #FD33D0
Complementary color
Monochromatic Colors of #FD33D0
Black with #FD33D0
Text Example
Text Example
White with #FD33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD33D0; }
p { color: rgb(253,51,208); }
H1.HeaderClassName
{
color: #FD33D0;
}
.AnyTagClassName
{
color: #FD33D0;
}
</style>
background-color css
<style>
a { background-color: #FD33D0; }
a { background-color: rgb(253,51,208); }
div.DivClassName
{
background-color: #FD33D0;
}
.BgClassName
{
background-color: #FD33D0;
}
</style>
border-color css
<style>
span { border-color: #FD33D0; }
span { border-color: rgb(253,51,208); }
td.TdClassName
{
border-color: #FD33D0;
}
.TagClassName
{
border-color: #FD33D0;
}
</style>