Shades of Razzle Dazzle Rose #FF20CD
Tints of Razzle Dazzle Rose #FF20CD
RGB
CMYK
RGB Variations
Color information
#FF20CD (or 0xFF20CD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and CD. RGB value is (255,32,205). Sum of RGB (Red+Green+Blue) = 255+32+205=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20CD is #00DF32. Grayscale: #757575. Windows color (decimal): -57139 or 13443327. OLE color: 13443327.
HSL color Cylindrical-coordinate representation of color #FF20CD: hue angle of 313.45º 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 #FF20CD is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 205 | - |
| CMYK | 0 | 0.87 | 0.20 | 0 |
| HSL | 313.45º | 1% | 0.56% | - |
| HSV(B) | 313.45º | 0.87% | 1% | - |
| XYZ | 52.78 | 26.7 | 60.13 | - |
| YUV | 118.4 | 176.88 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 205 | 0 | 0.87 | 0.20 | 0 | 313.45 | 1 | 0.56 |
| Hex | FF | 20 | CD | 0 | 57 | 14 | 0 | 139 | 64 | 38 |
| Octal | 377 | 40 | 315 | 0 | 127 | 24 | 0 | 471 | 144 | 70 |
| Binary | 11111111 | 100000 | 11001101 | 0 | 1010111 | 10100 | 0 | 100111001 | 1100100 | 111000 |
Color Harmonies of #FF20CD
Complementary color
Monochromatic Colors of #FF20CD
Black with #FF20CD
Text Example
Text Example
White with #FF20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20CD; }
p { color: rgb(255,32,205); }
H1.HeaderClassName
{
color: #FF20CD;
}
.AnyTagClassName
{
color: #FF20CD;
}
</style>
background-color css
<style>
a { background-color: #FF20CD; }
a { background-color: rgb(255,32,205); }
div.DivClassName
{
background-color: #FF20CD;
}
.BgClassName
{
background-color: #FF20CD;
}
</style>
border-color css
<style>
span { border-color: #FF20CD; }
span { border-color: rgb(255,32,205); }
td.TdClassName
{
border-color: #FF20CD;
}
.TagClassName
{
border-color: #FF20CD;
}
</style>