Shades of Razzle Dazzle Rose #FF23DD
Tints of Razzle Dazzle Rose #FF23DD
RGB
CMYK
RGB Variations
Color information
#FF23DD (or 0xFF23DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 23 and DD. RGB value is (255,35,221). Sum of RGB (Red+Green+Blue) = 255+35+221=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 35 (14.06% from 255 or 6.85% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF23DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF23DD is #00DC22. Grayscale: #797979. Windows color (decimal): -56355 or 14492671. OLE color: 14492671.
HSL color Cylindrical-coordinate representation of color #FF23DD: hue angle of 309.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF23DD is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 221 | - |
| CMYK | 0 | 0.86 | 0.13 | 0 |
| HSL | 309.27º | 1% | 0.57% | - |
| HSV(B) | 309.27º | 0.86% | 1% | - |
| XYZ | 54.89 | 27.68 | 70.86 | - |
| YUV | 121.98 | 183.89 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 221 | 0 | 0.86 | 0.13 | 0 | 309.27 | 1 | 0.57 |
| Hex | FF | 23 | DD | 0 | 56 | D | 0 | 135 | 64 | 39 |
| Octal | 377 | 43 | 335 | 0 | 126 | 15 | 0 | 465 | 144 | 71 |
| Binary | 11111111 | 100011 | 11011101 | 0 | 1010110 | 1101 | 0 | 100110101 | 1100100 | 111001 |
Color Harmonies of #FF23DD
Complementary color
Monochromatic Colors of #FF23DD
Black with #FF23DD
Text Example
Text Example
White with #FF23DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF23DD; }
p { color: rgb(255,35,221); }
H1.HeaderClassName
{
color: #FF23DD;
}
.AnyTagClassName
{
color: #FF23DD;
}
</style>
background-color css
<style>
a { background-color: #FF23DD; }
a { background-color: rgb(255,35,221); }
div.DivClassName
{
background-color: #FF23DD;
}
.BgClassName
{
background-color: #FF23DD;
}
</style>
border-color css
<style>
span { border-color: #FF23DD; }
span { border-color: rgb(255,35,221); }
td.TdClassName
{
border-color: #FF23DD;
}
.TagClassName
{
border-color: #FF23DD;
}
</style>