Shades of Razzle Dazzle Rose #FF41DD
Tints of Razzle Dazzle Rose #FF41DD
RGB
CMYK
RGB Variations
Color information
#FF41DD (or 0xFF41DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and DD. RGB value is (255,65,221). Sum of RGB (Red+Green+Blue) = 255+65+221=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 65 (25.78% from 255 or 12.01% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF41DD is #00BE22. Grayscale: #8B8B8B. Windows color (decimal): -48675 or 14500351. OLE color: 14500351.
HSL color Cylindrical-coordinate representation of color #FF41DD: hue angle of 310.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF41DD is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 221 | - |
| CMYK | 0 | 0.75 | 0.13 | 0 |
| HSL | 310.74º | 1% | 0.63% | - |
| HSV(B) | 310.74º | 0.75% | 1% | - |
| XYZ | 56.18 | 30.26 | 71.29 | - |
| YUV | 139.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 221 | 0 | 0.75 | 0.13 | 0 | 310.74 | 1 | 0.63 |
| Hex | FF | 41 | DD | 0 | 4B | D | 0 | 137 | 64 | 3F |
| Octal | 377 | 101 | 335 | 0 | 113 | 15 | 0 | 467 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11011101 | 0 | 1001011 | 1101 | 0 | 100110111 | 1100100 | 111111 |
Color Harmonies of #FF41DD
Complementary color
Monochromatic Colors of #FF41DD
Black with #FF41DD
Text Example
Text Example
White with #FF41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41DD; }
p { color: rgb(255,65,221); }
H1.HeaderClassName
{
color: #FF41DD;
}
.AnyTagClassName
{
color: #FF41DD;
}
</style>
background-color css
<style>
a { background-color: #FF41DD; }
a { background-color: rgb(255,65,221); }
div.DivClassName
{
background-color: #FF41DD;
}
.BgClassName
{
background-color: #FF41DD;
}
</style>
border-color css
<style>
span { border-color: #FF41DD; }
span { border-color: rgb(255,65,221); }
td.TdClassName
{
border-color: #FF41DD;
}
.TagClassName
{
border-color: #FF41DD;
}
</style>