Shades of Razzle Dazzle Rose #FF29D4
Tints of Razzle Dazzle Rose #FF29D4
RGB
CMYK
RGB Variations
Color information
#FF29D4 (or 0xFF29D4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and D4. RGB value is (255,41,212). Sum of RGB (Red+Green+Blue) = 255+41+212=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 41 (16.41% from 255 or 8.07% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29D4 is #00D62B. Grayscale: #7C7C7C. Windows color (decimal): -54828 or 13904383. OLE color: 13904383.
HSL color Cylindrical-coordinate representation of color #FF29D4: hue angle of 312.06º 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 #FF29D4 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 212 | - |
| CMYK | 0 | 0.84 | 0.17 | 0 |
| HSL | 312.06º | 1% | 0.58% | - |
| HSV(B) | 312.06º | 0.84% | 1% | - |
| XYZ | 53.92 | 27.6 | 64.77 | - |
| YUV | 124.48 | 177.4 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 212 | 0 | 0.84 | 0.17 | 0 | 312.06 | 1 | 0.58 |
| Hex | FF | 29 | D4 | 0 | 54 | 11 | 0 | 138 | 64 | 3A |
| Octal | 377 | 51 | 324 | 0 | 124 | 21 | 0 | 470 | 144 | 72 |
| Binary | 11111111 | 101001 | 11010100 | 0 | 1010100 | 10001 | 0 | 100111000 | 1100100 | 111010 |
Color Harmonies of #FF29D4
Complementary color
Monochromatic Colors of #FF29D4
Black with #FF29D4
Text Example
Text Example
White with #FF29D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29D4; }
p { color: rgb(255,41,212); }
H1.HeaderClassName
{
color: #FF29D4;
}
.AnyTagClassName
{
color: #FF29D4;
}
</style>
background-color css
<style>
a { background-color: #FF29D4; }
a { background-color: rgb(255,41,212); }
div.DivClassName
{
background-color: #FF29D4;
}
.BgClassName
{
background-color: #FF29D4;
}
</style>
border-color css
<style>
span { border-color: #FF29D4; }
span { border-color: rgb(255,41,212); }
td.TdClassName
{
border-color: #FF29D4;
}
.TagClassName
{
border-color: #FF29D4;
}
</style>