Shades of Razzle Dazzle Rose #FD41DB
Tints of Razzle Dazzle Rose #FD41DB
RGB
CMYK
RGB Variations
Color information
#FD41DB (or 0xFD41DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 41 and DB. RGB value is (253,65,219). Sum of RGB (Red+Green+Blue) = 253+65+219=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 65 (25.78% from 255 or 12.10% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD41DB is #02BE24. Grayscale: #8A8A8A. Windows color (decimal): -179749 or 14369277. OLE color: 14369277.
HSL color Cylindrical-coordinate representation of color #FD41DB: hue angle of 310.85º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD41DB is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 219 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.01 |
| HSL | 310.85º | 0.98% | 0.62% | - |
| HSV(B) | 310.85º | 0.74% | 0.99% | - |
| XYZ | 55.18 | 29.78 | 69.86 | - |
| YUV | 138.77 | 173.28 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 219 | 0 | 0.74 | 0.13 | 0.01 | 310.85 | 0.98 | 0.62 |
| Hex | FD | 41 | DB | 0 | 4A | D | 1 | 137 | 62 | 3E |
| Octal | 375 | 101 | 333 | 0 | 112 | 15 | 1 | 467 | 142 | 76 |
| Binary | 11111101 | 1000001 | 11011011 | 0 | 1001010 | 1101 | 1 | 100110111 | 1100010 | 111110 |
Color Harmonies of #FD41DB
Complementary color
Monochromatic Colors of #FD41DB
Black with #FD41DB
Text Example
Text Example
White with #FD41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD41DB; }
p { color: rgb(253,65,219); }
H1.HeaderClassName
{
color: #FD41DB;
}
.AnyTagClassName
{
color: #FD41DB;
}
</style>
background-color css
<style>
a { background-color: #FD41DB; }
a { background-color: rgb(253,65,219); }
div.DivClassName
{
background-color: #FD41DB;
}
.BgClassName
{
background-color: #FD41DB;
}
</style>
border-color css
<style>
span { border-color: #FD41DB; }
span { border-color: rgb(253,65,219); }
td.TdClassName
{
border-color: #FD41DB;
}
.TagClassName
{
border-color: #FD41DB;
}
</style>