Shades of Razzle Dazzle Rose #FF2DDC
Tints of Razzle Dazzle Rose #FF2DDC
RGB
CMYK
RGB Variations
Color information
#FF2DDC (or 0xFF2DDC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2D and DC. RGB value is (255,45,220). Sum of RGB (Red+Green+Blue) = 255+45+220=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 45 (17.97% from 255 or 8.65% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2DDC is #00D223. Grayscale: #7F7F7F. Windows color (decimal): -53796 or 14429695. OLE color: 14429695.
HSL color Cylindrical-coordinate representation of color #FF2DDC: hue angle of 310º 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 #FF2DDC is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 220 | - |
| CMYK | 0 | 0.82 | 0.14 | 0 |
| HSL | 310º | 1% | 0.59% | - |
| HSV(B) | 310º | 0.82% | 1% | - |
| XYZ | 55.1 | 28.3 | 70.27 | - |
| YUV | 127.74 | 180.07 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 220 | 0 | 0.82 | 0.14 | 0 | 310 | 1 | 0.59 |
| Hex | FF | 2D | DC | 0 | 52 | E | 0 | 136 | 64 | 3B |
| Octal | 377 | 55 | 334 | 0 | 122 | 16 | 0 | 466 | 144 | 73 |
| Binary | 11111111 | 101101 | 11011100 | 0 | 1010010 | 1110 | 0 | 100110110 | 1100100 | 111011 |
Color Harmonies of #FF2DDC
Complementary color
Monochromatic Colors of #FF2DDC
Black with #FF2DDC
Text Example
Text Example
White with #FF2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DDC; }
p { color: rgb(255,45,220); }
H1.HeaderClassName
{
color: #FF2DDC;
}
.AnyTagClassName
{
color: #FF2DDC;
}
</style>
background-color css
<style>
a { background-color: #FF2DDC; }
a { background-color: rgb(255,45,220); }
div.DivClassName
{
background-color: #FF2DDC;
}
.BgClassName
{
background-color: #FF2DDC;
}
</style>
border-color css
<style>
span { border-color: #FF2DDC; }
span { border-color: rgb(255,45,220); }
td.TdClassName
{
border-color: #FF2DDC;
}
.TagClassName
{
border-color: #FF2DDC;
}
</style>