Shades of Razzle Dazzle Rose #FF4DD2
Tints of Razzle Dazzle Rose #FF4DD2
RGB
CMYK
RGB Variations
Color information
#FF4DD2 (or 0xFF4DD2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and D2. RGB value is (255,77,210). Sum of RGB (Red+Green+Blue) = 255+77+210=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 77 (30.47% from 255 or 14.21% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DD2 is #00B22D. Grayscale: #919191. Windows color (decimal): -45614 or 13782527. OLE color: 13782527.
HSL color Cylindrical-coordinate representation of color #FF4DD2: hue angle of 315.17º 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 #FF4DD2 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 210 | - |
| CMYK | 0 | 0.70 | 0.18 | 0 |
| HSL | 315.17º | 1% | 0.65% | - |
| HSV(B) | 315.17º | 0.7% | 1% | - |
| XYZ | 55.53 | 31.22 | 64.07 | - |
| YUV | 145.38 | 164.47 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 210 | 0 | 0.70 | 0.18 | 0 | 315.17 | 1 | 0.65 |
| Hex | FF | 4D | D2 | 0 | 46 | 12 | 0 | 13B | 64 | 41 |
| Octal | 377 | 115 | 322 | 0 | 106 | 22 | 0 | 473 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11010010 | 0 | 1000110 | 10010 | 0 | 100111011 | 1100100 | 1000001 |
Color Harmonies of #FF4DD2
Complementary color
Monochromatic Colors of #FF4DD2
Black with #FF4DD2
Text Example
Text Example
White with #FF4DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DD2; }
p { color: rgb(255,77,210); }
H1.HeaderClassName
{
color: #FF4DD2;
}
.AnyTagClassName
{
color: #FF4DD2;
}
</style>
background-color css
<style>
a { background-color: #FF4DD2; }
a { background-color: rgb(255,77,210); }
div.DivClassName
{
background-color: #FF4DD2;
}
.BgClassName
{
background-color: #FF4DD2;
}
</style>
border-color css
<style>
span { border-color: #FF4DD2; }
span { border-color: rgb(255,77,210); }
td.TdClassName
{
border-color: #FF4DD2;
}
.TagClassName
{
border-color: #FF4DD2;
}
</style>