Shades of Razzle Dazzle Rose #FD3FDB
Tints of Razzle Dazzle Rose #FD3FDB
RGB
CMYK
RGB Variations
Color information
#FD3FDB (or 0xFD3FDB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3F and DB. RGB value is (253,63,219). Sum of RGB (Red+Green+Blue) = 253+63+219=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 63 (25% from 255 or 11.78% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3FDB is #02C024. Grayscale: #898989. Windows color (decimal): -180261 or 14368765. OLE color: 14368765.
HSL color Cylindrical-coordinate representation of color #FD3FDB: hue angle of 310.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3FDB is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 63 | 219 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.01 |
| HSL | 310.74º | 0.98% | 0.62% | - |
| HSV(B) | 310.74º | 0.75% | 0.99% | - |
| XYZ | 55.07 | 29.55 | 69.82 | - |
| YUV | 137.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 63 | 219 | 0 | 0.75 | 0.13 | 0.01 | 310.74 | 0.98 | 0.62 |
| Hex | FD | 3F | DB | 0 | 4B | D | 1 | 137 | 62 | 3E |
| Octal | 375 | 77 | 333 | 0 | 113 | 15 | 1 | 467 | 142 | 76 |
| Binary | 11111101 | 111111 | 11011011 | 0 | 1001011 | 1101 | 1 | 100110111 | 1100010 | 111110 |
Color Harmonies of #FD3FDB
Complementary color
Monochromatic Colors of #FD3FDB
Black with #FD3FDB
Text Example
Text Example
White with #FD3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3FDB; }
p { color: rgb(253,63,219); }
H1.HeaderClassName
{
color: #FD3FDB;
}
.AnyTagClassName
{
color: #FD3FDB;
}
</style>
background-color css
<style>
a { background-color: #FD3FDB; }
a { background-color: rgb(253,63,219); }
div.DivClassName
{
background-color: #FD3FDB;
}
.BgClassName
{
background-color: #FD3FDB;
}
</style>
border-color css
<style>
span { border-color: #FD3FDB; }
span { border-color: rgb(253,63,219); }
td.TdClassName
{
border-color: #FD3FDB;
}
.TagClassName
{
border-color: #FD3FDB;
}
</style>