Shades of Razzle Dazzle Rose #FF2CD4
Tints of Razzle Dazzle Rose #FF2CD4
RGB
CMYK
RGB Variations
Color information
#FF2CD4 (or 0xFF2CD4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2C and D4. RGB value is (255,44,212). Sum of RGB (Red+Green+Blue) = 255+44+212=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 44 (17.58% from 255 or 8.61% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CD4 is #00D32B. Grayscale: #7D7D7D. Windows color (decimal): -54060 or 13905151. OLE color: 13905151.
HSL color Cylindrical-coordinate representation of color #FF2CD4: hue angle of 312.23º 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 #FF2CD4 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 212 | - |
| CMYK | 0 | 0.83 | 0.17 | 0 |
| HSL | 312.23º | 1% | 0.59% | - |
| HSV(B) | 312.23º | 0.83% | 1% | - |
| XYZ | 54.02 | 27.81 | 64.81 | - |
| YUV | 126.24 | 176.4 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 212 | 0 | 0.83 | 0.17 | 0 | 312.23 | 1 | 0.59 |
| Hex | FF | 2C | D4 | 0 | 53 | 11 | 0 | 138 | 64 | 3B |
| Octal | 377 | 54 | 324 | 0 | 123 | 21 | 0 | 470 | 144 | 73 |
| Binary | 11111111 | 101100 | 11010100 | 0 | 1010011 | 10001 | 0 | 100111000 | 1100100 | 111011 |
Color Harmonies of #FF2CD4
Complementary color
Monochromatic Colors of #FF2CD4
Black with #FF2CD4
Text Example
Text Example
White with #FF2CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CD4; }
p { color: rgb(255,44,212); }
H1.HeaderClassName
{
color: #FF2CD4;
}
.AnyTagClassName
{
color: #FF2CD4;
}
</style>
background-color css
<style>
a { background-color: #FF2CD4; }
a { background-color: rgb(255,44,212); }
div.DivClassName
{
background-color: #FF2CD4;
}
.BgClassName
{
background-color: #FF2CD4;
}
</style>
border-color css
<style>
span { border-color: #FF2CD4; }
span { border-color: rgb(255,44,212); }
td.TdClassName
{
border-color: #FF2CD4;
}
.TagClassName
{
border-color: #FF2CD4;
}
</style>