Shades of Razzle Dazzle Rose #FF29DC
Tints of Razzle Dazzle Rose #FF29DC
RGB
CMYK
RGB Variations
Color information
#FF29DC (or 0xFF29DC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and DC. RGB value is (255,41,220). Sum of RGB (Red+Green+Blue) = 255+41+220=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 41 (16.41% from 255 or 7.95% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29DC is #00D623. Grayscale: #7C7C7C. Windows color (decimal): -54820 or 14428671. OLE color: 14428671.
HSL color Cylindrical-coordinate representation of color #FF29DC: hue angle of 309.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29DC is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 220 | - |
| CMYK | 0 | 0.84 | 0.14 | 0 |
| HSL | 309.81º | 1% | 0.58% | - |
| HSV(B) | 309.81º | 0.84% | 1% | - |
| XYZ | 54.95 | 28.01 | 70.22 | - |
| YUV | 125.39 | 181.4 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 220 | 0 | 0.84 | 0.14 | 0 | 309.81 | 1 | 0.58 |
| Hex | FF | 29 | DC | 0 | 54 | E | 0 | 136 | 64 | 3A |
| Octal | 377 | 51 | 334 | 0 | 124 | 16 | 0 | 466 | 144 | 72 |
| Binary | 11111111 | 101001 | 11011100 | 0 | 1010100 | 1110 | 0 | 100110110 | 1100100 | 111010 |
Color Harmonies of #FF29DC
Complementary color
Monochromatic Colors of #FF29DC
Black with #FF29DC
Text Example
Text Example
White with #FF29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29DC; }
p { color: rgb(255,41,220); }
H1.HeaderClassName
{
color: #FF29DC;
}
.AnyTagClassName
{
color: #FF29DC;
}
</style>
background-color css
<style>
a { background-color: #FF29DC; }
a { background-color: rgb(255,41,220); }
div.DivClassName
{
background-color: #FF29DC;
}
.BgClassName
{
background-color: #FF29DC;
}
</style>
border-color css
<style>
span { border-color: #FF29DC; }
span { border-color: rgb(255,41,220); }
td.TdClassName
{
border-color: #FF29DC;
}
.TagClassName
{
border-color: #FF29DC;
}
</style>