Shades of Razzle Dazzle Rose #FF34D9
Tints of Razzle Dazzle Rose #FF34D9
RGB
CMYK
RGB Variations
Color information
#FF34D9 (or 0xFF34D9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and D9. RGB value is (255,52,217). Sum of RGB (Red+Green+Blue) = 255+52+217=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 52 (20.70% from 255 or 9.92% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34D9 is #00CB26. Grayscale: #838383. Windows color (decimal): -52007 or 14234879. OLE color: 14234879.
HSL color Cylindrical-coordinate representation of color #FF34D9: hue angle of 311.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF34D9 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 217 | - |
| CMYK | 0 | 0.80 | 0.15 | 0 |
| HSL | 311.23º | 1% | 0.6% | - |
| HSV(B) | 311.23º | 0.8% | 1% | - |
| XYZ | 54.99 | 28.73 | 68.29 | - |
| YUV | 131.51 | 176.25 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 217 | 0 | 0.80 | 0.15 | 0 | 311.23 | 1 | 0.6 |
| Hex | FF | 34 | D9 | 0 | 50 | F | 0 | 137 | 64 | 3C |
| Octal | 377 | 64 | 331 | 0 | 120 | 17 | 0 | 467 | 144 | 74 |
| Binary | 11111111 | 110100 | 11011001 | 0 | 1010000 | 1111 | 0 | 100110111 | 1100100 | 111100 |
Color Harmonies of #FF34D9
Complementary color
Monochromatic Colors of #FF34D9
Black with #FF34D9
Text Example
Text Example
White with #FF34D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34D9; }
p { color: rgb(255,52,217); }
H1.HeaderClassName
{
color: #FF34D9;
}
.AnyTagClassName
{
color: #FF34D9;
}
</style>
background-color css
<style>
a { background-color: #FF34D9; }
a { background-color: rgb(255,52,217); }
div.DivClassName
{
background-color: #FF34D9;
}
.BgClassName
{
background-color: #FF34D9;
}
</style>
border-color css
<style>
span { border-color: #FF34D9; }
span { border-color: rgb(255,52,217); }
td.TdClassName
{
border-color: #FF34D9;
}
.TagClassName
{
border-color: #FF34D9;
}
</style>