Shades of Razzle Dazzle Rose #FF4DCB
Tints of Razzle Dazzle Rose #FF4DCB
RGB
CMYK
RGB Variations
Color information
#FF4DCB (or 0xFF4DCB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and CB. RGB value is (255,77,203). Sum of RGB (Red+Green+Blue) = 255+77+203=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 77 (30.47% from 255 or 14.39% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DCB is #00B234. Grayscale: #909090. Windows color (decimal): -45621 or 13323775. OLE color: 13323775.
HSL color Cylindrical-coordinate representation of color #FF4DCB: hue angle of 317.53º 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 #FF4DCB is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 203 | - |
| CMYK | 0 | 0.70 | 0.20 | 0 |
| HSL | 317.53º | 1% | 0.65% | - |
| HSV(B) | 317.53º | 0.7% | 1% | - |
| XYZ | 54.67 | 30.88 | 59.58 | - |
| YUV | 144.59 | 160.97 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 203 | 0 | 0.70 | 0.20 | 0 | 317.53 | 1 | 0.65 |
| Hex | FF | 4D | CB | 0 | 46 | 14 | 0 | 13E | 64 | 41 |
| Octal | 377 | 115 | 313 | 0 | 106 | 24 | 0 | 476 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11001011 | 0 | 1000110 | 10100 | 0 | 100111110 | 1100100 | 1000001 |
Color Harmonies of #FF4DCB
Complementary color
Monochromatic Colors of #FF4DCB
Black with #FF4DCB
Text Example
Text Example
White with #FF4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DCB; }
p { color: rgb(255,77,203); }
H1.HeaderClassName
{
color: #FF4DCB;
}
.AnyTagClassName
{
color: #FF4DCB;
}
</style>
background-color css
<style>
a { background-color: #FF4DCB; }
a { background-color: rgb(255,77,203); }
div.DivClassName
{
background-color: #FF4DCB;
}
.BgClassName
{
background-color: #FF4DCB;
}
</style>
border-color css
<style>
span { border-color: #FF4DCB; }
span { border-color: rgb(255,77,203); }
td.TdClassName
{
border-color: #FF4DCB;
}
.TagClassName
{
border-color: #FF4DCB;
}
</style>