Shades of Razzle Dazzle Rose #FD3BDB
Tints of Razzle Dazzle Rose #FD3BDB
RGB
CMYK
RGB Variations
Color information
#FD3BDB (or 0xFD3BDB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3B and DB. RGB value is (253,59,219). Sum of RGB (Red+Green+Blue) = 253+59+219=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 59 (23.44% from 255 or 11.11% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3BDB is #02C424. Grayscale: #868686. Windows color (decimal): -181285 or 14367741. OLE color: 14367741.
HSL color Cylindrical-coordinate representation of color #FD3BDB: hue angle of 310.52º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3BDB is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 59 | 219 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.01 |
| HSL | 310.52º | 0.98% | 0.61% | - |
| HSV(B) | 310.52º | 0.77% | 0.99% | - |
| XYZ | 54.86 | 29.13 | 69.75 | - |
| YUV | 135.25 | 175.27 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 59 | 219 | 0 | 0.77 | 0.13 | 0.01 | 310.52 | 0.98 | 0.61 |
| Hex | FD | 3B | DB | 0 | 4D | D | 1 | 137 | 62 | 3D |
| Octal | 375 | 73 | 333 | 0 | 115 | 15 | 1 | 467 | 142 | 75 |
| Binary | 11111101 | 111011 | 11011011 | 0 | 1001101 | 1101 | 1 | 100110111 | 1100010 | 111101 |
Color Harmonies of #FD3BDB
Complementary color
Monochromatic Colors of #FD3BDB
Black with #FD3BDB
Text Example
Text Example
White with #FD3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3BDB; }
p { color: rgb(253,59,219); }
H1.HeaderClassName
{
color: #FD3BDB;
}
.AnyTagClassName
{
color: #FD3BDB;
}
</style>
background-color css
<style>
a { background-color: #FD3BDB; }
a { background-color: rgb(253,59,219); }
div.DivClassName
{
background-color: #FD3BDB;
}
.BgClassName
{
background-color: #FD3BDB;
}
</style>
border-color css
<style>
span { border-color: #FD3BDB; }
span { border-color: rgb(253,59,219); }
td.TdClassName
{
border-color: #FD3BDB;
}
.TagClassName
{
border-color: #FD3BDB;
}
</style>