Shades of Razzle Dazzle Rose #FF1DDD
Tints of Razzle Dazzle Rose #FF1DDD
RGB
CMYK
RGB Variations
Color information
#FF1DDD (or 0xFF1DDD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1D and DD. RGB value is (255,29,221). Sum of RGB (Red+Green+Blue) = 255+29+221=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 29 (11.72% from 255 or 5.74% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DDD is #00E222. Grayscale: #757575. Windows color (decimal): -57891 or 14491135. OLE color: 14491135.
HSL color Cylindrical-coordinate representation of color #FF1DDD: hue angle of 309.03º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1DDD is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 221 | - |
| CMYK | 0 | 0.89 | 0.13 | 0 |
| HSL | 309.03º | 1% | 0.56% | - |
| HSV(B) | 309.03º | 0.89% | 1% | - |
| XYZ | 54.73 | 27.36 | 70.8 | - |
| YUV | 118.46 | 185.87 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 221 | 0 | 0.89 | 0.13 | 0 | 309.03 | 1 | 0.56 |
| Hex | FF | 1D | DD | 0 | 59 | D | 0 | 135 | 64 | 38 |
| Octal | 377 | 35 | 335 | 0 | 131 | 15 | 0 | 465 | 144 | 70 |
| Binary | 11111111 | 11101 | 11011101 | 0 | 1011001 | 1101 | 0 | 100110101 | 1100100 | 111000 |
Color Harmonies of #FF1DDD
Complementary color
Monochromatic Colors of #FF1DDD
Black with #FF1DDD
Text Example
Text Example
White with #FF1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DDD; }
p { color: rgb(255,29,221); }
H1.HeaderClassName
{
color: #FF1DDD;
}
.AnyTagClassName
{
color: #FF1DDD;
}
</style>
background-color css
<style>
a { background-color: #FF1DDD; }
a { background-color: rgb(255,29,221); }
div.DivClassName
{
background-color: #FF1DDD;
}
.BgClassName
{
background-color: #FF1DDD;
}
</style>
border-color css
<style>
span { border-color: #FF1DDD; }
span { border-color: rgb(255,29,221); }
td.TdClassName
{
border-color: #FF1DDD;
}
.TagClassName
{
border-color: #FF1DDD;
}
</style>