Shades of Razzle Dazzle Rose #FF1DD2
Tints of Razzle Dazzle Rose #FF1DD2
RGB
CMYK
RGB Variations
Color information
#FF1DD2 (or 0xFF1DD2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1D and D2. RGB value is (255,29,210). Sum of RGB (Red+Green+Blue) = 255+29+210=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DD2 is #00E22D. Grayscale: #747474. Windows color (decimal): -57902 or 13770239. OLE color: 13770239.
HSL color Cylindrical-coordinate representation of color #FF1DD2: hue angle of 311.95º 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 #FF1DD2 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 210 | - |
| CMYK | 0 | 0.89 | 0.18 | 0 |
| HSL | 311.95º | 1% | 0.56% | - |
| HSV(B) | 311.95º | 0.89% | 1% | - |
| XYZ | 53.31 | 26.79 | 63.33 | - |
| YUV | 117.21 | 180.37 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 210 | 0 | 0.89 | 0.18 | 0 | 311.95 | 1 | 0.56 |
| Hex | FF | 1D | D2 | 0 | 59 | 12 | 0 | 138 | 64 | 38 |
| Octal | 377 | 35 | 322 | 0 | 131 | 22 | 0 | 470 | 144 | 70 |
| Binary | 11111111 | 11101 | 11010010 | 0 | 1011001 | 10010 | 0 | 100111000 | 1100100 | 111000 |
Color Harmonies of #FF1DD2
Complementary color
Monochromatic Colors of #FF1DD2
Black with #FF1DD2
Text Example
Text Example
White with #FF1DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DD2; }
p { color: rgb(255,29,210); }
H1.HeaderClassName
{
color: #FF1DD2;
}
.AnyTagClassName
{
color: #FF1DD2;
}
</style>
background-color css
<style>
a { background-color: #FF1DD2; }
a { background-color: rgb(255,29,210); }
div.DivClassName
{
background-color: #FF1DD2;
}
.BgClassName
{
background-color: #FF1DD2;
}
</style>
border-color css
<style>
span { border-color: #FF1DD2; }
span { border-color: rgb(255,29,210); }
td.TdClassName
{
border-color: #FF1DD2;
}
.TagClassName
{
border-color: #FF1DD2;
}
</style>