Shades of Razzle Dazzle Rose #FF42DB
Tints of Razzle Dazzle Rose #FF42DB
RGB
CMYK
RGB Variations
Color information
#FF42DB (or 0xFF42DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and DB. RGB value is (255,66,219). Sum of RGB (Red+Green+Blue) = 255+66+219=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 66 (26.17% from 255 or 12.22% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42DB is #00BD24. Grayscale: #8B8B8B. Windows color (decimal): -48421 or 14369535. OLE color: 14369535.
HSL color Cylindrical-coordinate representation of color #FF42DB: hue angle of 311.43º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF42DB is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 219 | - |
| CMYK | 0 | 0.74 | 0.14 | 0 |
| HSL | 311.43º | 1% | 0.63% | - |
| HSV(B) | 311.43º | 0.74% | 1% | - |
| XYZ | 55.97 | 30.27 | 69.91 | - |
| YUV | 139.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 219 | 0 | 0.74 | 0.14 | 0 | 311.43 | 1 | 0.63 |
| Hex | FF | 42 | DB | 0 | 4A | E | 0 | 137 | 64 | 3F |
| Octal | 377 | 102 | 333 | 0 | 112 | 16 | 0 | 467 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11011011 | 0 | 1001010 | 1110 | 0 | 100110111 | 1100100 | 111111 |
Color Harmonies of #FF42DB
Complementary color
Monochromatic Colors of #FF42DB
Black with #FF42DB
Text Example
Text Example
White with #FF42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42DB; }
p { color: rgb(255,66,219); }
H1.HeaderClassName
{
color: #FF42DB;
}
.AnyTagClassName
{
color: #FF42DB;
}
</style>
background-color css
<style>
a { background-color: #FF42DB; }
a { background-color: rgb(255,66,219); }
div.DivClassName
{
background-color: #FF42DB;
}
.BgClassName
{
background-color: #FF42DB;
}
</style>
border-color css
<style>
span { border-color: #FF42DB; }
span { border-color: rgb(255,66,219); }
td.TdClassName
{
border-color: #FF42DB;
}
.TagClassName
{
border-color: #FF42DB;
}
</style>