Shades of Razzle Dazzle Rose #FF3BDD
Tints of Razzle Dazzle Rose #FF3BDD
RGB
CMYK
RGB Variations
Color information
#FF3BDD (or 0xFF3BDD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3B and DD. RGB value is (255,59,221). Sum of RGB (Red+Green+Blue) = 255+59+221=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 59 (23.44% from 255 or 11.03% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3BDD is #00C422. Grayscale: #878787. Windows color (decimal): -50211 or 14498815. OLE color: 14498815.
HSL color Cylindrical-coordinate representation of color #FF3BDD: hue angle of 310.41º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3BDD is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 221 | - |
| CMYK | 0 | 0.77 | 0.13 | 0 |
| HSL | 310.41º | 1% | 0.62% | - |
| HSV(B) | 310.41º | 0.77% | 1% | - |
| XYZ | 55.86 | 29.61 | 71.18 | - |
| YUV | 136.07 | 175.93 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 221 | 0 | 0.77 | 0.13 | 0 | 310.41 | 1 | 0.62 |
| Hex | FF | 3B | DD | 0 | 4D | D | 0 | 136 | 64 | 3E |
| Octal | 377 | 73 | 335 | 0 | 115 | 15 | 0 | 466 | 144 | 76 |
| Binary | 11111111 | 111011 | 11011101 | 0 | 1001101 | 1101 | 0 | 100110110 | 1100100 | 111110 |
Color Harmonies of #FF3BDD
Complementary color
Monochromatic Colors of #FF3BDD
Black with #FF3BDD
Text Example
Text Example
White with #FF3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BDD; }
p { color: rgb(255,59,221); }
H1.HeaderClassName
{
color: #FF3BDD;
}
.AnyTagClassName
{
color: #FF3BDD;
}
</style>
background-color css
<style>
a { background-color: #FF3BDD; }
a { background-color: rgb(255,59,221); }
div.DivClassName
{
background-color: #FF3BDD;
}
.BgClassName
{
background-color: #FF3BDD;
}
</style>
border-color css
<style>
span { border-color: #FF3BDD; }
span { border-color: rgb(255,59,221); }
td.TdClassName
{
border-color: #FF3BDD;
}
.TagClassName
{
border-color: #FF3BDD;
}
</style>