Shades of Razzle Dazzle Rose #FF3DDA
Tints of Razzle Dazzle Rose #FF3DDA
RGB
CMYK
RGB Variations
Color information
#FF3DDA (or 0xFF3DDA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and DA. RGB value is (255,61,218). Sum of RGB (Red+Green+Blue) = 255+61+218=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 61 (24.22% from 255 or 11.42% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DDA is #00C225. Grayscale: #888888. Windows color (decimal): -49702 or 14302719. OLE color: 14302719.
HSL color Cylindrical-coordinate representation of color #FF3DDA: hue angle of 311.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3DDA is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 218 | - |
| CMYK | 0 | 0.76 | 0.15 | 0 |
| HSL | 311.44º | 1% | 0.62% | - |
| HSV(B) | 311.44º | 0.76% | 1% | - |
| XYZ | 55.56 | 29.66 | 69.13 | - |
| YUV | 136.9 | 173.77 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 218 | 0 | 0.76 | 0.15 | 0 | 311.44 | 1 | 0.62 |
| Hex | FF | 3D | DA | 0 | 4C | F | 0 | 137 | 64 | 3E |
| Octal | 377 | 75 | 332 | 0 | 114 | 17 | 0 | 467 | 144 | 76 |
| Binary | 11111111 | 111101 | 11011010 | 0 | 1001100 | 1111 | 0 | 100110111 | 1100100 | 111110 |
Color Harmonies of #FF3DDA
Complementary color
Monochromatic Colors of #FF3DDA
Black with #FF3DDA
Text Example
Text Example
White with #FF3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DDA; }
p { color: rgb(255,61,218); }
H1.HeaderClassName
{
color: #FF3DDA;
}
.AnyTagClassName
{
color: #FF3DDA;
}
</style>
background-color css
<style>
a { background-color: #FF3DDA; }
a { background-color: rgb(255,61,218); }
div.DivClassName
{
background-color: #FF3DDA;
}
.BgClassName
{
background-color: #FF3DDA;
}
</style>
border-color css
<style>
span { border-color: #FF3DDA; }
span { border-color: rgb(255,61,218); }
td.TdClassName
{
border-color: #FF3DDA;
}
.TagClassName
{
border-color: #FF3DDA;
}
</style>