Shades of Razzle Dazzle Rose #FF4CDA
Tints of Razzle Dazzle Rose #FF4CDA
RGB
CMYK
RGB Variations
Color information
#FF4CDA (or 0xFF4CDA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4C and DA. RGB value is (255,76,218). Sum of RGB (Red+Green+Blue) = 255+76+218=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4CDA is #00B325. Grayscale: #919191. Windows color (decimal): -45862 or 14306559. OLE color: 14306559.
HSL color Cylindrical-coordinate representation of color #FF4CDA: hue angle of 312.4º 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 #FF4CDA is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 218 | - |
| CMYK | 0 | 0.70 | 0.15 | 0 |
| HSL | 312.4º | 1% | 0.65% | - |
| HSV(B) | 312.4º | 0.7% | 1% | - |
| XYZ | 56.48 | 31.49 | 69.43 | - |
| YUV | 145.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 218 | 0 | 0.70 | 0.15 | 0 | 312.4 | 1 | 0.65 |
| Hex | FF | 4C | DA | 0 | 46 | F | 0 | 138 | 64 | 41 |
| Octal | 377 | 114 | 332 | 0 | 106 | 17 | 0 | 470 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11011010 | 0 | 1000110 | 1111 | 0 | 100111000 | 1100100 | 1000001 |
Color Harmonies of #FF4CDA
Complementary color
Monochromatic Colors of #FF4CDA
Black with #FF4CDA
Text Example
Text Example
White with #FF4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CDA; }
p { color: rgb(255,76,218); }
H1.HeaderClassName
{
color: #FF4CDA;
}
.AnyTagClassName
{
color: #FF4CDA;
}
</style>
background-color css
<style>
a { background-color: #FF4CDA; }
a { background-color: rgb(255,76,218); }
div.DivClassName
{
background-color: #FF4CDA;
}
.BgClassName
{
background-color: #FF4CDA;
}
</style>
border-color css
<style>
span { border-color: #FF4CDA; }
span { border-color: rgb(255,76,218); }
td.TdClassName
{
border-color: #FF4CDA;
}
.TagClassName
{
border-color: #FF4CDA;
}
</style>