Shades of Razzle Dazzle Rose #FF2DC0
Tints of Razzle Dazzle Rose #FF2DC0
RGB
CMYK
RGB Variations
Color information
#FF2DC0 (or 0xFF2DC0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2D and C0. RGB value is (255,45,192). Sum of RGB (Red+Green+Blue) = 255+45+192=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2DC0 is #00D23F. Grayscale: #7C7C7C. Windows color (decimal): -53824 or 12594687. OLE color: 12594687.
HSL color Cylindrical-coordinate representation of color #FF2DC0: hue angle of 318º 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 #FF2DC0 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 192 | - |
| CMYK | 0 | 0.82 | 0.25 | 0 |
| HSL | 318º | 1% | 0.59% | - |
| HSV(B) | 318º | 0.82% | 1% | - |
| XYZ | 51.69 | 26.94 | 52.35 | - |
| YUV | 124.55 | 166.07 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 192 | 0 | 0.82 | 0.25 | 0 | 318 | 1 | 0.59 |
| Hex | FF | 2D | C0 | 0 | 52 | 19 | 0 | 13E | 64 | 3B |
| Octal | 377 | 55 | 300 | 0 | 122 | 31 | 0 | 476 | 144 | 73 |
| Binary | 11111111 | 101101 | 11000000 | 0 | 1010010 | 11001 | 0 | 100111110 | 1100100 | 111011 |
Color Harmonies of #FF2DC0
Complementary color
Monochromatic Colors of #FF2DC0
Black with #FF2DC0
Text Example
Text Example
White with #FF2DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DC0; }
p { color: rgb(255,45,192); }
H1.HeaderClassName
{
color: #FF2DC0;
}
.AnyTagClassName
{
color: #FF2DC0;
}
</style>
background-color css
<style>
a { background-color: #FF2DC0; }
a { background-color: rgb(255,45,192); }
div.DivClassName
{
background-color: #FF2DC0;
}
.BgClassName
{
background-color: #FF2DC0;
}
</style>
border-color css
<style>
span { border-color: #FF2DC0; }
span { border-color: rgb(255,45,192); }
td.TdClassName
{
border-color: #FF2DC0;
}
.TagClassName
{
border-color: #FF2DC0;
}
</style>