Shades of Razzle Dazzle Rose #FF2DC9
Tints of Razzle Dazzle Rose #FF2DC9
RGB
CMYK
RGB Variations
Color information
#FF2DC9 (or 0xFF2DC9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2D and C9. RGB value is (255,45,201). Sum of RGB (Red+Green+Blue) = 255+45+201=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 45 (17.97% from 255 or 8.98% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2DC9 is #00D236. Grayscale: #7D7D7D. Windows color (decimal): -53815 or 13184511. OLE color: 13184511.
HSL color Cylindrical-coordinate representation of color #FF2DC9: hue angle of 315.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2DC9 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 201 | - |
| CMYK | 0 | 0.82 | 0.21 | 0 |
| HSL | 315.43º | 1% | 0.59% | - |
| HSV(B) | 315.43º | 0.82% | 1% | - |
| XYZ | 52.72 | 27.35 | 57.76 | - |
| YUV | 125.57 | 170.57 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 201 | 0 | 0.82 | 0.21 | 0 | 315.43 | 1 | 0.59 |
| Hex | FF | 2D | C9 | 0 | 52 | 15 | 0 | 13B | 64 | 3B |
| Octal | 377 | 55 | 311 | 0 | 122 | 25 | 0 | 473 | 144 | 73 |
| Binary | 11111111 | 101101 | 11001001 | 0 | 1010010 | 10101 | 0 | 100111011 | 1100100 | 111011 |
Color Harmonies of #FF2DC9
Complementary color
Monochromatic Colors of #FF2DC9
Black with #FF2DC9
Text Example
Text Example
White with #FF2DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DC9; }
p { color: rgb(255,45,201); }
H1.HeaderClassName
{
color: #FF2DC9;
}
.AnyTagClassName
{
color: #FF2DC9;
}
</style>
background-color css
<style>
a { background-color: #FF2DC9; }
a { background-color: rgb(255,45,201); }
div.DivClassName
{
background-color: #FF2DC9;
}
.BgClassName
{
background-color: #FF2DC9;
}
</style>
border-color css
<style>
span { border-color: #FF2DC9; }
span { border-color: rgb(255,45,201); }
td.TdClassName
{
border-color: #FF2DC9;
}
.TagClassName
{
border-color: #FF2DC9;
}
</style>