Shades of Razzle Dazzle Rose #FF36DD
Tints of Razzle Dazzle Rose #FF36DD
RGB
CMYK
RGB Variations
Color information
#FF36DD (or 0xFF36DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 36 and DD. RGB value is (255,54,221). Sum of RGB (Red+Green+Blue) = 255+54+221=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 54 (21.48% from 255 or 10.19% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF36DD is #00C922. Grayscale: #848484. Windows color (decimal): -51491 or 14497535. OLE color: 14497535.
HSL color Cylindrical-coordinate representation of color #FF36DD: hue angle of 310.15º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF36DD is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 221 | - |
| CMYK | 0 | 0.79 | 0.13 | 0 |
| HSL | 310.15º | 1% | 0.61% | - |
| HSV(B) | 310.15º | 0.79% | 1% | - |
| XYZ | 55.61 | 29.12 | 71.1 | - |
| YUV | 133.14 | 177.59 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 221 | 0 | 0.79 | 0.13 | 0 | 310.15 | 1 | 0.61 |
| Hex | FF | 36 | DD | 0 | 4F | D | 0 | 136 | 64 | 3D |
| Octal | 377 | 66 | 335 | 0 | 117 | 15 | 0 | 466 | 144 | 75 |
| Binary | 11111111 | 110110 | 11011101 | 0 | 1001111 | 1101 | 0 | 100110110 | 1100100 | 111101 |
Color Harmonies of #FF36DD
Complementary color
Monochromatic Colors of #FF36DD
Black with #FF36DD
Text Example
Text Example
White with #FF36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF36DD; }
p { color: rgb(255,54,221); }
H1.HeaderClassName
{
color: #FF36DD;
}
.AnyTagClassName
{
color: #FF36DD;
}
</style>
background-color css
<style>
a { background-color: #FF36DD; }
a { background-color: rgb(255,54,221); }
div.DivClassName
{
background-color: #FF36DD;
}
.BgClassName
{
background-color: #FF36DD;
}
</style>
border-color css
<style>
span { border-color: #FF36DD; }
span { border-color: rgb(255,54,221); }
td.TdClassName
{
border-color: #FF36DD;
}
.TagClassName
{
border-color: #FF36DD;
}
</style>