Shades of Razzle Dazzle Rose #FD4BDB
Tints of Razzle Dazzle Rose #FD4BDB
RGB
CMYK
RGB Variations
Color information
#FD4BDB (or 0xFD4BDB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4B and DB. RGB value is (253,75,219). Sum of RGB (Red+Green+Blue) = 253+75+219=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 75 (29.69% from 255 or 13.71% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4BDB is #02B424. Grayscale: #909090. Windows color (decimal): -177189 or 14371837. OLE color: 14371837.
HSL color Cylindrical-coordinate representation of color #FD4BDB: hue angle of 311.46º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4BDB is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 75 | 219 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.01 |
| HSL | 311.46º | 0.98% | 0.64% | - |
| HSV(B) | 311.46º | 0.7% | 0.99% | - |
| XYZ | 55.81 | 31.03 | 70.07 | - |
| YUV | 144.64 | 169.97 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 75 | 219 | 0 | 0.70 | 0.13 | 0.01 | 311.46 | 0.98 | 0.64 |
| Hex | FD | 4B | DB | 0 | 46 | D | 1 | 137 | 62 | 40 |
| Octal | 375 | 113 | 333 | 0 | 106 | 15 | 1 | 467 | 142 | 100 |
| Binary | 11111101 | 1001011 | 11011011 | 0 | 1000110 | 1101 | 1 | 100110111 | 1100010 | 1000000 |
Color Harmonies of #FD4BDB
Complementary color
Monochromatic Colors of #FD4BDB
Black with #FD4BDB
Text Example
Text Example
White with #FD4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4BDB; }
p { color: rgb(253,75,219); }
H1.HeaderClassName
{
color: #FD4BDB;
}
.AnyTagClassName
{
color: #FD4BDB;
}
</style>
background-color css
<style>
a { background-color: #FD4BDB; }
a { background-color: rgb(253,75,219); }
div.DivClassName
{
background-color: #FD4BDB;
}
.BgClassName
{
background-color: #FD4BDB;
}
</style>
border-color css
<style>
span { border-color: #FD4BDB; }
span { border-color: rgb(253,75,219); }
td.TdClassName
{
border-color: #FD4BDB;
}
.TagClassName
{
border-color: #FD4BDB;
}
</style>