Shades of Razzle Dazzle Rose #FF4DCC
Tints of Razzle Dazzle Rose #FF4DCC
RGB
CMYK
RGB Variations
Color information
#FF4DCC (or 0xFF4DCC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and CC. RGB value is (255,77,204). Sum of RGB (Red+Green+Blue) = 255+77+204=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DCC is #00B233. Grayscale: #909090. Windows color (decimal): -45620 or 13389311. OLE color: 13389311.
HSL color Cylindrical-coordinate representation of color #FF4DCC: hue angle of 317.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4DCC is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 204 | - |
| CMYK | 0 | 0.70 | 0.2 | 0 |
| HSL | 317.19º | 1% | 0.65% | - |
| HSV(B) | 317.19º | 0.7% | 1% | - |
| XYZ | 54.79 | 30.93 | 60.21 | - |
| YUV | 144.7 | 161.47 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 204 | 0 | 0.70 | 0.2 | 0 | 317.19 | 1 | 0.65 |
| Hex | FF | 4D | CC | 0 | 46 | 14 | 0 | 13D | 64 | 41 |
| Octal | 377 | 115 | 314 | 0 | 106 | 24 | 0 | 475 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11001100 | 0 | 1000110 | 10100 | 0 | 100111101 | 1100100 | 1000001 |
Color Harmonies of #FF4DCC
Complementary color
Monochromatic Colors of #FF4DCC
Black with #FF4DCC
Text Example
Text Example
White with #FF4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DCC; }
p { color: rgb(255,77,204); }
H1.HeaderClassName
{
color: #FF4DCC;
}
.AnyTagClassName
{
color: #FF4DCC;
}
</style>
background-color css
<style>
a { background-color: #FF4DCC; }
a { background-color: rgb(255,77,204); }
div.DivClassName
{
background-color: #FF4DCC;
}
.BgClassName
{
background-color: #FF4DCC;
}
</style>
border-color css
<style>
span { border-color: #FF4DCC; }
span { border-color: rgb(255,77,204); }
td.TdClassName
{
border-color: #FF4DCC;
}
.TagClassName
{
border-color: #FF4DCC;
}
</style>