Shades of Razzle Dazzle Rose #FF4DD3
Tints of Razzle Dazzle Rose #FF4DD3
RGB
CMYK
RGB Variations
Color information
#FF4DD3 (or 0xFF4DD3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and D3. RGB value is (255,77,211). Sum of RGB (Red+Green+Blue) = 255+77+211=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DD3 is #00B22C. Grayscale: #919191. Windows color (decimal): -45613 or 13848063. OLE color: 13848063.
HSL color Cylindrical-coordinate representation of color #FF4DD3: hue angle of 314.83º 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 #FF4DD3 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 211 | - |
| CMYK | 0 | 0.70 | 0.17 | 0 |
| HSL | 314.83º | 1% | 0.65% | - |
| HSV(B) | 314.83º | 0.7% | 1% | - |
| XYZ | 55.65 | 31.27 | 64.73 | - |
| YUV | 145.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 211 | 0 | 0.70 | 0.17 | 0 | 314.83 | 1 | 0.65 |
| Hex | FF | 4D | D3 | 0 | 46 | 11 | 0 | 13B | 64 | 41 |
| Octal | 377 | 115 | 323 | 0 | 106 | 21 | 0 | 473 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11010011 | 0 | 1000110 | 10001 | 0 | 100111011 | 1100100 | 1000001 |
Color Harmonies of #FF4DD3
Complementary color
Monochromatic Colors of #FF4DD3
Black with #FF4DD3
Text Example
Text Example
White with #FF4DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DD3; }
p { color: rgb(255,77,211); }
H1.HeaderClassName
{
color: #FF4DD3;
}
.AnyTagClassName
{
color: #FF4DD3;
}
</style>
background-color css
<style>
a { background-color: #FF4DD3; }
a { background-color: rgb(255,77,211); }
div.DivClassName
{
background-color: #FF4DD3;
}
.BgClassName
{
background-color: #FF4DD3;
}
</style>
border-color css
<style>
span { border-color: #FF4DD3; }
span { border-color: rgb(255,77,211); }
td.TdClassName
{
border-color: #FF4DD3;
}
.TagClassName
{
border-color: #FF4DD3;
}
</style>