Shades of Razzle Dazzle Rose #FF3AD5
Tints of Razzle Dazzle Rose #FF3AD5
RGB
CMYK
RGB Variations
Color information
#FF3AD5 (or 0xFF3AD5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3A and D5. RGB value is (255,58,213). Sum of RGB (Red+Green+Blue) = 255+58+213=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3AD5 is #00C52A. Grayscale: #868686. Windows color (decimal): -50475 or 13974271. OLE color: 13974271.
HSL color Cylindrical-coordinate representation of color #FF3AD5: hue angle of 312.79º 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 #FF3AD5 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 213 | - |
| CMYK | 0 | 0.77 | 0.16 | 0 |
| HSL | 312.79º | 1% | 0.61% | - |
| HSV(B) | 312.79º | 0.77% | 1% | - |
| XYZ | 54.76 | 29.09 | 65.68 | - |
| YUV | 134.57 | 172.27 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 213 | 0 | 0.77 | 0.16 | 0 | 312.79 | 1 | 0.61 |
| Hex | FF | 3A | D5 | 0 | 4D | 10 | 0 | 139 | 64 | 3D |
| Octal | 377 | 72 | 325 | 0 | 115 | 20 | 0 | 471 | 144 | 75 |
| Binary | 11111111 | 111010 | 11010101 | 0 | 1001101 | 10000 | 0 | 100111001 | 1100100 | 111101 |
Color Harmonies of #FF3AD5
Complementary color
Monochromatic Colors of #FF3AD5
Black with #FF3AD5
Text Example
Text Example
White with #FF3AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3AD5; }
p { color: rgb(255,58,213); }
H1.HeaderClassName
{
color: #FF3AD5;
}
.AnyTagClassName
{
color: #FF3AD5;
}
</style>
background-color css
<style>
a { background-color: #FF3AD5; }
a { background-color: rgb(255,58,213); }
div.DivClassName
{
background-color: #FF3AD5;
}
.BgClassName
{
background-color: #FF3AD5;
}
</style>
border-color css
<style>
span { border-color: #FF3AD5; }
span { border-color: rgb(255,58,213); }
td.TdClassName
{
border-color: #FF3AD5;
}
.TagClassName
{
border-color: #FF3AD5;
}
</style>