Shades of Razzle Dazzle Rose #FF40CD
Tints of Razzle Dazzle Rose #FF40CD
RGB
CMYK
RGB Variations
Color information
#FF40CD (or 0xFF40CD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and CD. RGB value is (255,64,205). Sum of RGB (Red+Green+Blue) = 255+64+205=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40CD is #00BF32. Grayscale: #888888. Windows color (decimal): -48947 or 13451519. OLE color: 13451519.
HSL color Cylindrical-coordinate representation of color #FF40CD: hue angle of 315.71º 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 #FF40CD is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 205 | - |
| CMYK | 0 | 0.75 | 0.20 | 0 |
| HSL | 315.71º | 1% | 0.63% | - |
| HSV(B) | 315.71º | 0.75% | 1% | - |
| XYZ | 54.09 | 29.33 | 60.57 | - |
| YUV | 137.18 | 166.28 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 205 | 0 | 0.75 | 0.20 | 0 | 315.71 | 1 | 0.63 |
| Hex | FF | 40 | CD | 0 | 4B | 14 | 0 | 13C | 64 | 3F |
| Octal | 377 | 100 | 315 | 0 | 113 | 24 | 0 | 474 | 144 | 77 |
| Binary | 11111111 | 1000000 | 11001101 | 0 | 1001011 | 10100 | 0 | 100111100 | 1100100 | 111111 |
Color Harmonies of #FF40CD
Complementary color
Monochromatic Colors of #FF40CD
Black with #FF40CD
Text Example
Text Example
White with #FF40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40CD; }
p { color: rgb(255,64,205); }
H1.HeaderClassName
{
color: #FF40CD;
}
.AnyTagClassName
{
color: #FF40CD;
}
</style>
background-color css
<style>
a { background-color: #FF40CD; }
a { background-color: rgb(255,64,205); }
div.DivClassName
{
background-color: #FF40CD;
}
.BgClassName
{
background-color: #FF40CD;
}
</style>
border-color css
<style>
span { border-color: #FF40CD; }
span { border-color: rgb(255,64,205); }
td.TdClassName
{
border-color: #FF40CD;
}
.TagClassName
{
border-color: #FF40CD;
}
</style>