Shades of Razzle Dazzle Rose #FF34D3
Tints of Razzle Dazzle Rose #FF34D3
RGB
CMYK
RGB Variations
Color information
#FF34D3 (or 0xFF34D3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and D3. RGB value is (255,52,211). Sum of RGB (Red+Green+Blue) = 255+52+211=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 52 (20.70% from 255 or 10.04% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34D3 is #00CB2C. Grayscale: #828282. Windows color (decimal): -52013 or 13841663. OLE color: 13841663.
HSL color Cylindrical-coordinate representation of color #FF34D3: hue angle of 313º 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 #FF34D3 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 211 | - |
| CMYK | 0 | 0.80 | 0.17 | 0 |
| HSL | 313º | 1% | 0.6% | - |
| HSV(B) | 313º | 0.8% | 1% | - |
| XYZ | 54.23 | 28.42 | 64.26 | - |
| YUV | 130.82 | 173.25 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 211 | 0 | 0.80 | 0.17 | 0 | 313 | 1 | 0.6 |
| Hex | FF | 34 | D3 | 0 | 50 | 11 | 0 | 139 | 64 | 3C |
| Octal | 377 | 64 | 323 | 0 | 120 | 21 | 0 | 471 | 144 | 74 |
| Binary | 11111111 | 110100 | 11010011 | 0 | 1010000 | 10001 | 0 | 100111001 | 1100100 | 111100 |
Color Harmonies of #FF34D3
Complementary color
Monochromatic Colors of #FF34D3
Black with #FF34D3
Text Example
Text Example
White with #FF34D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34D3; }
p { color: rgb(255,52,211); }
H1.HeaderClassName
{
color: #FF34D3;
}
.AnyTagClassName
{
color: #FF34D3;
}
</style>
background-color css
<style>
a { background-color: #FF34D3; }
a { background-color: rgb(255,52,211); }
div.DivClassName
{
background-color: #FF34D3;
}
.BgClassName
{
background-color: #FF34D3;
}
</style>
border-color css
<style>
span { border-color: #FF34D3; }
span { border-color: rgb(255,52,211); }
td.TdClassName
{
border-color: #FF34D3;
}
.TagClassName
{
border-color: #FF34D3;
}
</style>