Shades of Razzle Dazzle Rose #FF29DB
Tints of Razzle Dazzle Rose #FF29DB
RGB
CMYK
RGB Variations
Color information
#FF29DB (or 0xFF29DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and DB. RGB value is (255,41,219). Sum of RGB (Red+Green+Blue) = 255+41+219=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 41 (16.41% from 255 or 7.96% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29DB is #00D624. Grayscale: #7C7C7C. Windows color (decimal): -54821 or 14363135. OLE color: 14363135.
HSL color Cylindrical-coordinate representation of color #FF29DB: hue angle of 310.09º 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 #FF29DB is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 219 | - |
| CMYK | 0 | 0.84 | 0.14 | 0 |
| HSL | 310.09º | 1% | 0.58% | - |
| HSV(B) | 310.09º | 0.84% | 1% | - |
| XYZ | 54.82 | 27.96 | 69.53 | - |
| YUV | 125.28 | 180.9 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 219 | 0 | 0.84 | 0.14 | 0 | 310.09 | 1 | 0.58 |
| Hex | FF | 29 | DB | 0 | 54 | E | 0 | 136 | 64 | 3A |
| Octal | 377 | 51 | 333 | 0 | 124 | 16 | 0 | 466 | 144 | 72 |
| Binary | 11111111 | 101001 | 11011011 | 0 | 1010100 | 1110 | 0 | 100110110 | 1100100 | 111010 |
Color Harmonies of #FF29DB
Complementary color
Monochromatic Colors of #FF29DB
Black with #FF29DB
Text Example
Text Example
White with #FF29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29DB; }
p { color: rgb(255,41,219); }
H1.HeaderClassName
{
color: #FF29DB;
}
.AnyTagClassName
{
color: #FF29DB;
}
</style>
background-color css
<style>
a { background-color: #FF29DB; }
a { background-color: rgb(255,41,219); }
div.DivClassName
{
background-color: #FF29DB;
}
.BgClassName
{
background-color: #FF29DB;
}
</style>
border-color css
<style>
span { border-color: #FF29DB; }
span { border-color: rgb(255,41,219); }
td.TdClassName
{
border-color: #FF29DB;
}
.TagClassName
{
border-color: #FF29DB;
}
</style>