Shades of Razzle Dazzle Rose #FF1FDD
Tints of Razzle Dazzle Rose #FF1FDD
RGB
CMYK
RGB Variations
Color information
#FF1FDD (or 0xFF1FDD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1F and DD. RGB value is (255,31,221). Sum of RGB (Red+Green+Blue) = 255+31+221=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 31 (12.5% from 255 or 6.11% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1FDD is #00E022. Grayscale: #777777. Windows color (decimal): -57379 or 14491647. OLE color: 14491647.
HSL color Cylindrical-coordinate representation of color #FF1FDD: hue angle of 309.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FDD is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 221 | - |
| CMYK | 0 | 0.88 | 0.13 | 0 |
| HSL | 309.11º | 1% | 0.56% | - |
| HSV(B) | 309.11º | 0.88% | 1% | - |
| XYZ | 54.78 | 27.46 | 70.82 | - |
| YUV | 119.64 | 185.21 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 221 | 0 | 0.88 | 0.13 | 0 | 309.11 | 1 | 0.56 |
| Hex | FF | 1F | DD | 0 | 58 | D | 0 | 135 | 64 | 38 |
| Octal | 377 | 37 | 335 | 0 | 130 | 15 | 0 | 465 | 144 | 70 |
| Binary | 11111111 | 11111 | 11011101 | 0 | 1011000 | 1101 | 0 | 100110101 | 1100100 | 111000 |
Color Harmonies of #FF1FDD
Complementary color
Monochromatic Colors of #FF1FDD
Black with #FF1FDD
Text Example
Text Example
White with #FF1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FDD; }
p { color: rgb(255,31,221); }
H1.HeaderClassName
{
color: #FF1FDD;
}
.AnyTagClassName
{
color: #FF1FDD;
}
</style>
background-color css
<style>
a { background-color: #FF1FDD; }
a { background-color: rgb(255,31,221); }
div.DivClassName
{
background-color: #FF1FDD;
}
.BgClassName
{
background-color: #FF1FDD;
}
</style>
border-color css
<style>
span { border-color: #FF1FDD; }
span { border-color: rgb(255,31,221); }
td.TdClassName
{
border-color: #FF1FDD;
}
.TagClassName
{
border-color: #FF1FDD;
}
</style>