Shades of Razzle Dazzle Rose #FF2CDA
Tints of Razzle Dazzle Rose #FF2CDA
RGB
CMYK
RGB Variations
Color information
#FF2CDA (or 0xFF2CDA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2C and DA. RGB value is (255,44,218). Sum of RGB (Red+Green+Blue) = 255+44+218=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 44 (17.58% from 255 or 8.51% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CDA is #00D325. Grayscale: #7E7E7E. Windows color (decimal): -54054 or 14298367. OLE color: 14298367.
HSL color Cylindrical-coordinate representation of color #FF2CDA: hue angle of 310.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2CDA is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 218 | - |
| CMYK | 0 | 0.83 | 0.15 | 0 |
| HSL | 310.52º | 1% | 0.59% | - |
| HSV(B) | 310.52º | 0.83% | 1% | - |
| XYZ | 54.8 | 28.12 | 68.87 | - |
| YUV | 126.93 | 179.4 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 218 | 0 | 0.83 | 0.15 | 0 | 310.52 | 1 | 0.59 |
| Hex | FF | 2C | DA | 0 | 53 | F | 0 | 137 | 64 | 3B |
| Octal | 377 | 54 | 332 | 0 | 123 | 17 | 0 | 467 | 144 | 73 |
| Binary | 11111111 | 101100 | 11011010 | 0 | 1010011 | 1111 | 0 | 100110111 | 1100100 | 111011 |
Color Harmonies of #FF2CDA
Complementary color
Monochromatic Colors of #FF2CDA
Black with #FF2CDA
Text Example
Text Example
White with #FF2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CDA; }
p { color: rgb(255,44,218); }
H1.HeaderClassName
{
color: #FF2CDA;
}
.AnyTagClassName
{
color: #FF2CDA;
}
</style>
background-color css
<style>
a { background-color: #FF2CDA; }
a { background-color: rgb(255,44,218); }
div.DivClassName
{
background-color: #FF2CDA;
}
.BgClassName
{
background-color: #FF2CDA;
}
</style>
border-color css
<style>
span { border-color: #FF2CDA; }
span { border-color: rgb(255,44,218); }
td.TdClassName
{
border-color: #FF2CDA;
}
.TagClassName
{
border-color: #FF2CDA;
}
</style>