Shades of Razzle Dazzle Rose #FF4BDC
Tints of Razzle Dazzle Rose #FF4BDC
RGB
CMYK
RGB Variations
Color information
#FF4BDC (or 0xFF4BDC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4B and DC. RGB value is (255,75,220). Sum of RGB (Red+Green+Blue) = 255+75+220=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 75 (29.69% from 255 or 13.64% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BDC is #00B423. Grayscale: #909090. Windows color (decimal): -46116 or 14437375. OLE color: 14437375.
HSL color Cylindrical-coordinate representation of color #FF4BDC: hue angle of 311.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4BDC is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 220 | - |
| CMYK | 0 | 0.71 | 0.14 | 0 |
| HSL | 311.67º | 1% | 0.65% | - |
| HSV(B) | 311.67º | 0.71% | 1% | - |
| XYZ | 56.67 | 31.46 | 70.8 | - |
| YUV | 145.35 | 170.13 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 220 | 0 | 0.71 | 0.14 | 0 | 311.67 | 1 | 0.65 |
| Hex | FF | 4B | DC | 0 | 47 | E | 0 | 138 | 64 | 41 |
| Octal | 377 | 113 | 334 | 0 | 107 | 16 | 0 | 470 | 144 | 101 |
| Binary | 11111111 | 1001011 | 11011100 | 0 | 1000111 | 1110 | 0 | 100111000 | 1100100 | 1000001 |
Color Harmonies of #FF4BDC
Complementary color
Monochromatic Colors of #FF4BDC
Black with #FF4BDC
Text Example
Text Example
White with #FF4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BDC; }
p { color: rgb(255,75,220); }
H1.HeaderClassName
{
color: #FF4BDC;
}
.AnyTagClassName
{
color: #FF4BDC;
}
</style>
background-color css
<style>
a { background-color: #FF4BDC; }
a { background-color: rgb(255,75,220); }
div.DivClassName
{
background-color: #FF4BDC;
}
.BgClassName
{
background-color: #FF4BDC;
}
</style>
border-color css
<style>
span { border-color: #FF4BDC; }
span { border-color: rgb(255,75,220); }
td.TdClassName
{
border-color: #FF4BDC;
}
.TagClassName
{
border-color: #FF4BDC;
}
</style>