Shades of Razzle Dazzle Rose #FF34DF
Tints of Razzle Dazzle Rose #FF34DF
RGB
CMYK
RGB Variations
Color information
#FF34DF (or 0xFF34DF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and DF. RGB value is (255,52,223). Sum of RGB (Red+Green+Blue) = 255+52+223=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 52 (20.70% from 255 or 9.81% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34DF is #00CB20. Grayscale: #838383. Windows color (decimal): -52001 or 14628095. OLE color: 14628095.
HSL color Cylindrical-coordinate representation of color #FF34DF: hue angle of 309.46º 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 #FF34DF is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 223 | - |
| CMYK | 0 | 0.80 | 0.13 | 0 |
| HSL | 309.46º | 1% | 0.6% | - |
| HSV(B) | 309.46º | 0.8% | 1% | - |
| XYZ | 55.79 | 29.04 | 72.48 | - |
| YUV | 132.19 | 179.25 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 223 | 0 | 0.80 | 0.13 | 0 | 309.46 | 1 | 0.6 |
| Hex | FF | 34 | DF | 0 | 50 | D | 0 | 135 | 64 | 3C |
| Octal | 377 | 64 | 337 | 0 | 120 | 15 | 0 | 465 | 144 | 74 |
| Binary | 11111111 | 110100 | 11011111 | 0 | 1010000 | 1101 | 0 | 100110101 | 1100100 | 111100 |
Color Harmonies of #FF34DF
Complementary color
Monochromatic Colors of #FF34DF
Black with #FF34DF
Text Example
Text Example
White with #FF34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34DF; }
p { color: rgb(255,52,223); }
H1.HeaderClassName
{
color: #FF34DF;
}
.AnyTagClassName
{
color: #FF34DF;
}
</style>
background-color css
<style>
a { background-color: #FF34DF; }
a { background-color: rgb(255,52,223); }
div.DivClassName
{
background-color: #FF34DF;
}
.BgClassName
{
background-color: #FF34DF;
}
</style>
border-color css
<style>
span { border-color: #FF34DF; }
span { border-color: rgb(255,52,223); }
td.TdClassName
{
border-color: #FF34DF;
}
.TagClassName
{
border-color: #FF34DF;
}
</style>