Shades of Razzle Dazzle Rose #FF3FDD
Tints of Razzle Dazzle Rose #FF3FDD
RGB
CMYK
RGB Variations
Color information
#FF3FDD (or 0xFF3FDD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3F and DD. RGB value is (255,63,221). Sum of RGB (Red+Green+Blue) = 255+63+221=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 63 (25% from 255 or 11.69% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3FDD is #00C022. Grayscale: #898989. Windows color (decimal): -49187 or 14499839. OLE color: 14499839.
HSL color Cylindrical-coordinate representation of color #FF3FDD: hue angle of 310.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FDD is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 221 | - |
| CMYK | 0 | 0.75 | 0.13 | 0 |
| HSL | 310.63º | 1% | 0.62% | - |
| HSV(B) | 310.63º | 0.75% | 1% | - |
| XYZ | 56.07 | 30.04 | 71.25 | - |
| YUV | 138.42 | 174.61 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 221 | 0 | 0.75 | 0.13 | 0 | 310.63 | 1 | 0.62 |
| Hex | FF | 3F | DD | 0 | 4B | D | 0 | 137 | 64 | 3E |
| Octal | 377 | 77 | 335 | 0 | 113 | 15 | 0 | 467 | 144 | 76 |
| Binary | 11111111 | 111111 | 11011101 | 0 | 1001011 | 1101 | 0 | 100110111 | 1100100 | 111110 |
Color Harmonies of #FF3FDD
Complementary color
Monochromatic Colors of #FF3FDD
Black with #FF3FDD
Text Example
Text Example
White with #FF3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FDD; }
p { color: rgb(255,63,221); }
H1.HeaderClassName
{
color: #FF3FDD;
}
.AnyTagClassName
{
color: #FF3FDD;
}
</style>
background-color css
<style>
a { background-color: #FF3FDD; }
a { background-color: rgb(255,63,221); }
div.DivClassName
{
background-color: #FF3FDD;
}
.BgClassName
{
background-color: #FF3FDD;
}
</style>
border-color css
<style>
span { border-color: #FF3FDD; }
span { border-color: rgb(255,63,221); }
td.TdClassName
{
border-color: #FF3FDD;
}
.TagClassName
{
border-color: #FF3FDD;
}
</style>