Shades of Razzle Dazzle Rose #FF34D6
Tints of Razzle Dazzle Rose #FF34D6
RGB
CMYK
RGB Variations
Color information
#FF34D6 (or 0xFF34D6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and D6. RGB value is (255,52,214). Sum of RGB (Red+Green+Blue) = 255+52+214=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34D6 is #00CB29. Grayscale: #828282. Windows color (decimal): -52010 or 14038271. OLE color: 14038271.
HSL color Cylindrical-coordinate representation of color #FF34D6: hue angle of 312.12º 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 #FF34D6 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 52 | 214 | - |
CMYK | 0 | 0.80 | 0.16 | 0 |
HSL | 312.12º | 1% | 0.6% | - |
HSV(B) | 312.12º | 0.8% | 1% | - |
XYZ | 54.61 | 28.57 | 66.26 | - |
YUV | 131.17 | 174.75 | 216.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 52 | 214 | 0 | 0.80 | 0.16 | 0 | 312.12 | 1 | 0.6 |
Hex | FF | 34 | D6 | 0 | 50 | 10 | 0 | 138 | 64 | 3C |
Octal | 377 | 64 | 326 | 0 | 120 | 20 | 0 | 470 | 144 | 74 |
Binary | 11111111 | 110100 | 11010110 | 0 | 1010000 | 10000 | 0 | 100111000 | 1100100 | 111100 |
Color Harmonies of #FF34D6
Complementary color
Monochromatic Colors of #FF34D6
Black with #FF34D6
Text Example
Text Example
White with #FF34D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34D6; }
p { color: rgb(255,52,214); }
H1.HeaderClassName
{
color: #FF34D6;
}
.AnyTagClassName
{
color: #FF34D6;
}
</style>
background-color css
<style>
a { background-color: #FF34D6; }
a { background-color: rgb(255,52,214); }
div.DivClassName
{
background-color: #FF34D6;
}
.BgClassName
{
background-color: #FF34D6;
}
</style>
border-color css
<style>
span { border-color: #FF34D6; }
span { border-color: rgb(255,52,214); }
td.TdClassName
{
border-color: #FF34D6;
}
.TagClassName
{
border-color: #FF34D6;
}
</style>