Shades of Razzle Dazzle Rose #FF1BDD
Tints of Razzle Dazzle Rose #FF1BDD
RGB
CMYK
RGB Variations
Color information
#FF1BDD (or 0xFF1BDD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1B and DD. RGB value is (255,27,221). Sum of RGB (Red+Green+Blue) = 255+27+221=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 27 (10.94% from 255 or 5.37% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1BDD is #00E422. Grayscale: #747474. Windows color (decimal): -58403 or 14490623. OLE color: 14490623.
HSL color Cylindrical-coordinate representation of color #FF1BDD: hue angle of 308.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1BDD is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 221 | - |
| CMYK | 0 | 0.89 | 0.13 | 0 |
| HSL | 308.95º | 1% | 0.55% | - |
| HSV(B) | 308.95º | 0.89% | 1% | - |
| XYZ | 54.68 | 27.26 | 70.79 | - |
| YUV | 117.29 | 186.54 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 221 | 0 | 0.89 | 0.13 | 0 | 308.95 | 1 | 0.55 |
| Hex | FF | 1B | DD | 0 | 59 | D | 0 | 135 | 64 | 37 |
| Octal | 377 | 33 | 335 | 0 | 131 | 15 | 0 | 465 | 144 | 67 |
| Binary | 11111111 | 11011 | 11011101 | 0 | 1011001 | 1101 | 0 | 100110101 | 1100100 | 110111 |
Color Harmonies of #FF1BDD
Complementary color
Monochromatic Colors of #FF1BDD
Black with #FF1BDD
Text Example
Text Example
White with #FF1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BDD; }
p { color: rgb(255,27,221); }
H1.HeaderClassName
{
color: #FF1BDD;
}
.AnyTagClassName
{
color: #FF1BDD;
}
</style>
background-color css
<style>
a { background-color: #FF1BDD; }
a { background-color: rgb(255,27,221); }
div.DivClassName
{
background-color: #FF1BDD;
}
.BgClassName
{
background-color: #FF1BDD;
}
</style>
border-color css
<style>
span { border-color: #FF1BDD; }
span { border-color: rgb(255,27,221); }
td.TdClassName
{
border-color: #FF1BDD;
}
.TagClassName
{
border-color: #FF1BDD;
}
</style>