Shades of Razzle Dazzle Rose #FF4DC7
Tints of Razzle Dazzle Rose #FF4DC7
RGB
CMYK
RGB Variations
Color information
#FF4DC7 (or 0xFF4DC7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and C7. RGB value is (255,77,199). Sum of RGB (Red+Green+Blue) = 255+77+199=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DC7 is #00B238. Grayscale: #8F8F8F. Windows color (decimal): -45625 or 13061631. OLE color: 13061631.
HSL color Cylindrical-coordinate representation of color #FF4DC7: hue angle of 318.88º 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 #FF4DC7 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 199 | - |
| CMYK | 0 | 0.70 | 0.22 | 0 |
| HSL | 318.88º | 1% | 0.65% | - |
| HSV(B) | 318.88º | 0.7% | 1% | - |
| XYZ | 54.2 | 30.69 | 57.1 | - |
| YUV | 144.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 199 | 0 | 0.70 | 0.22 | 0 | 318.88 | 1 | 0.65 |
| Hex | FF | 4D | C7 | 0 | 46 | 16 | 0 | 13F | 64 | 41 |
| Octal | 377 | 115 | 307 | 0 | 106 | 26 | 0 | 477 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11000111 | 0 | 1000110 | 10110 | 0 | 100111111 | 1100100 | 1000001 |
Color Harmonies of #FF4DC7
Complementary color
Monochromatic Colors of #FF4DC7
Black with #FF4DC7
Text Example
Text Example
White with #FF4DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DC7; }
p { color: rgb(255,77,199); }
H1.HeaderClassName
{
color: #FF4DC7;
}
.AnyTagClassName
{
color: #FF4DC7;
}
</style>
background-color css
<style>
a { background-color: #FF4DC7; }
a { background-color: rgb(255,77,199); }
div.DivClassName
{
background-color: #FF4DC7;
}
.BgClassName
{
background-color: #FF4DC7;
}
</style>
border-color css
<style>
span { border-color: #FF4DC7; }
span { border-color: rgb(255,77,199); }
td.TdClassName
{
border-color: #FF4DC7;
}
.TagClassName
{
border-color: #FF4DC7;
}
</style>