Shades of Razzle Dazzle Rose #FF40DC
Tints of Razzle Dazzle Rose #FF40DC
RGB
CMYK
RGB Variations
Color information
#FF40DC (or 0xFF40DC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and DC. RGB value is (255,64,220). Sum of RGB (Red+Green+Blue) = 255+64+220=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 64 (25.39% from 255 or 11.87% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40DC is #00BF23. Grayscale: #8A8A8A. Windows color (decimal): -48932 or 14434559. OLE color: 14434559.
HSL color Cylindrical-coordinate representation of color #FF40DC: hue angle of 310.99º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF40DC is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 220 | - |
| CMYK | 0 | 0.75 | 0.14 | 0 |
| HSL | 310.99º | 1% | 0.63% | - |
| HSV(B) | 310.99º | 0.75% | 1% | - |
| XYZ | 55.99 | 30.09 | 70.57 | - |
| YUV | 138.89 | 173.78 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 220 | 0 | 0.75 | 0.14 | 0 | 310.99 | 1 | 0.63 |
| Hex | FF | 40 | DC | 0 | 4B | E | 0 | 137 | 64 | 3F |
| Octal | 377 | 100 | 334 | 0 | 113 | 16 | 0 | 467 | 144 | 77 |
| Binary | 11111111 | 1000000 | 11011100 | 0 | 1001011 | 1110 | 0 | 100110111 | 1100100 | 111111 |
Color Harmonies of #FF40DC
Complementary color
Monochromatic Colors of #FF40DC
Black with #FF40DC
Text Example
Text Example
White with #FF40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40DC; }
p { color: rgb(255,64,220); }
H1.HeaderClassName
{
color: #FF40DC;
}
.AnyTagClassName
{
color: #FF40DC;
}
</style>
background-color css
<style>
a { background-color: #FF40DC; }
a { background-color: rgb(255,64,220); }
div.DivClassName
{
background-color: #FF40DC;
}
.BgClassName
{
background-color: #FF40DC;
}
</style>
border-color css
<style>
span { border-color: #FF40DC; }
span { border-color: rgb(255,64,220); }
td.TdClassName
{
border-color: #FF40DC;
}
.TagClassName
{
border-color: #FF40DC;
}
</style>