Shades of Razzle Dazzle Rose #FF3AD9
Tints of Razzle Dazzle Rose #FF3AD9
RGB
CMYK
RGB Variations
Color information
#FF3AD9 (or 0xFF3AD9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3A and D9. RGB value is (255,58,217). Sum of RGB (Red+Green+Blue) = 255+58+217=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 58 (23.05% from 255 or 10.94% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3AD9 is #00C526. Grayscale: #868686. Windows color (decimal): -50471 or 14236415. OLE color: 14236415.
HSL color Cylindrical-coordinate representation of color #FF3AD9: hue angle of 311.57º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3AD9 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 217 | - |
| CMYK | 0 | 0.77 | 0.15 | 0 |
| HSL | 311.57º | 1% | 0.61% | - |
| HSV(B) | 311.57º | 0.77% | 1% | - |
| XYZ | 55.28 | 29.3 | 68.39 | - |
| YUV | 135.03 | 174.27 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 217 | 0 | 0.77 | 0.15 | 0 | 311.57 | 1 | 0.61 |
| Hex | FF | 3A | D9 | 0 | 4D | F | 0 | 138 | 64 | 3D |
| Octal | 377 | 72 | 331 | 0 | 115 | 17 | 0 | 470 | 144 | 75 |
| Binary | 11111111 | 111010 | 11011001 | 0 | 1001101 | 1111 | 0 | 100111000 | 1100100 | 111101 |
Color Harmonies of #FF3AD9
Complementary color
Monochromatic Colors of #FF3AD9
Black with #FF3AD9
Text Example
Text Example
White with #FF3AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3AD9; }
p { color: rgb(255,58,217); }
H1.HeaderClassName
{
color: #FF3AD9;
}
.AnyTagClassName
{
color: #FF3AD9;
}
</style>
background-color css
<style>
a { background-color: #FF3AD9; }
a { background-color: rgb(255,58,217); }
div.DivClassName
{
background-color: #FF3AD9;
}
.BgClassName
{
background-color: #FF3AD9;
}
</style>
border-color css
<style>
span { border-color: #FF3AD9; }
span { border-color: rgb(255,58,217); }
td.TdClassName
{
border-color: #FF3AD9;
}
.TagClassName
{
border-color: #FF3AD9;
}
</style>