Shades of Razzle Dazzle Rose #FF20DB
Tints of Razzle Dazzle Rose #FF20DB
RGB
CMYK
RGB Variations
Color information
#FF20DB (or 0xFF20DB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and DB. RGB value is (255,32,219). Sum of RGB (Red+Green+Blue) = 255+32+219=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 32 (12.89% from 255 or 6.32% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20DB is #00DF24. Grayscale: #777777. Windows color (decimal): -57125 or 14360831. OLE color: 14360831.
HSL color Cylindrical-coordinate representation of color #FF20DB: hue angle of 309.69º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF20DB is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.14 | 0 |
| HSL | 309.69º | 1% | 0.56% | - |
| HSV(B) | 309.69º | 0.87% | 1% | - |
| XYZ | 54.54 | 27.41 | 69.43 | - |
| YUV | 120 | 183.88 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 219 | 0 | 0.87 | 0.14 | 0 | 309.69 | 1 | 0.56 |
| Hex | FF | 20 | DB | 0 | 57 | E | 0 | 136 | 64 | 38 |
| Octal | 377 | 40 | 333 | 0 | 127 | 16 | 0 | 466 | 144 | 70 |
| Binary | 11111111 | 100000 | 11011011 | 0 | 1010111 | 1110 | 0 | 100110110 | 1100100 | 111000 |
Color Harmonies of #FF20DB
Complementary color
Monochromatic Colors of #FF20DB
Black with #FF20DB
Text Example
Text Example
White with #FF20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20DB; }
p { color: rgb(255,32,219); }
H1.HeaderClassName
{
color: #FF20DB;
}
.AnyTagClassName
{
color: #FF20DB;
}
</style>
background-color css
<style>
a { background-color: #FF20DB; }
a { background-color: rgb(255,32,219); }
div.DivClassName
{
background-color: #FF20DB;
}
.BgClassName
{
background-color: #FF20DB;
}
</style>
border-color css
<style>
span { border-color: #FF20DB; }
span { border-color: rgb(255,32,219); }
td.TdClassName
{
border-color: #FF20DB;
}
.TagClassName
{
border-color: #FF20DB;
}
</style>