Shades of Razzle Dazzle Rose #FF34D1
Tints of Razzle Dazzle Rose #FF34D1
RGB
CMYK
RGB Variations
Color information
#FF34D1 (or 0xFF34D1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and D1. RGB value is (255,52,209). Sum of RGB (Red+Green+Blue) = 255+52+209=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 52 (20.70% from 255 or 10.08% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34D1 is #00CB2E. Grayscale: #828282. Windows color (decimal): -52015 or 13710591. OLE color: 13710591.
HSL color Cylindrical-coordinate representation of color #FF34D1: hue angle of 313.6º 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 #FF34D1 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 209 | - |
| CMYK | 0 | 0.80 | 0.18 | 0 |
| HSL | 313.6º | 1% | 0.6% | - |
| HSV(B) | 313.6º | 0.8% | 1% | - |
| XYZ | 53.98 | 28.32 | 62.94 | - |
| YUV | 130.6 | 172.25 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 209 | 0 | 0.80 | 0.18 | 0 | 313.6 | 1 | 0.6 |
| Hex | FF | 34 | D1 | 0 | 50 | 12 | 0 | 13A | 64 | 3C |
| Octal | 377 | 64 | 321 | 0 | 120 | 22 | 0 | 472 | 144 | 74 |
| Binary | 11111111 | 110100 | 11010001 | 0 | 1010000 | 10010 | 0 | 100111010 | 1100100 | 111100 |
Color Harmonies of #FF34D1
Complementary color
Monochromatic Colors of #FF34D1
Black with #FF34D1
Text Example
Text Example
White with #FF34D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34D1; }
p { color: rgb(255,52,209); }
H1.HeaderClassName
{
color: #FF34D1;
}
.AnyTagClassName
{
color: #FF34D1;
}
</style>
background-color css
<style>
a { background-color: #FF34D1; }
a { background-color: rgb(255,52,209); }
div.DivClassName
{
background-color: #FF34D1;
}
.BgClassName
{
background-color: #FF34D1;
}
</style>
border-color css
<style>
span { border-color: #FF34D1; }
span { border-color: rgb(255,52,209); }
td.TdClassName
{
border-color: #FF34D1;
}
.TagClassName
{
border-color: #FF34D1;
}
</style>