Shades of Razzle Dazzle Rose #FF3ADD
Tints of Razzle Dazzle Rose #FF3ADD
RGB
CMYK
RGB Variations
Color information
#FF3ADD (or 0xFF3ADD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3A and DD. RGB value is (255,58,221). Sum of RGB (Red+Green+Blue) = 255+58+221=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 58 (23.05% from 255 or 10.86% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3ADD is #00C522. Grayscale: #878787. Windows color (decimal): -50467 or 14498559. OLE color: 14498559.
HSL color Cylindrical-coordinate representation of color #FF3ADD: hue angle of 310.36º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3ADD is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 221 | - |
| CMYK | 0 | 0.77 | 0.13 | 0 |
| HSL | 310.36º | 1% | 0.61% | - |
| HSV(B) | 310.36º | 0.77% | 1% | - |
| XYZ | 55.8 | 29.51 | 71.16 | - |
| YUV | 135.49 | 176.27 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 221 | 0 | 0.77 | 0.13 | 0 | 310.36 | 1 | 0.61 |
| Hex | FF | 3A | DD | 0 | 4D | D | 0 | 136 | 64 | 3D |
| Octal | 377 | 72 | 335 | 0 | 115 | 15 | 0 | 466 | 144 | 75 |
| Binary | 11111111 | 111010 | 11011101 | 0 | 1001101 | 1101 | 0 | 100110110 | 1100100 | 111101 |
Color Harmonies of #FF3ADD
Complementary color
Monochromatic Colors of #FF3ADD
Black with #FF3ADD
Text Example
Text Example
White with #FF3ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3ADD; }
p { color: rgb(255,58,221); }
H1.HeaderClassName
{
color: #FF3ADD;
}
.AnyTagClassName
{
color: #FF3ADD;
}
</style>
background-color css
<style>
a { background-color: #FF3ADD; }
a { background-color: rgb(255,58,221); }
div.DivClassName
{
background-color: #FF3ADD;
}
.BgClassName
{
background-color: #FF3ADD;
}
</style>
border-color css
<style>
span { border-color: #FF3ADD; }
span { border-color: rgb(255,58,221); }
td.TdClassName
{
border-color: #FF3ADD;
}
.TagClassName
{
border-color: #FF3ADD;
}
</style>