Shades of Razzle Dazzle Rose #FF3DC5
Tints of Razzle Dazzle Rose #FF3DC5
RGB
CMYK
RGB Variations
Color information
#FF3DC5 (or 0xFF3DC5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and C5. RGB value is (255,61,197). Sum of RGB (Red+Green+Blue) = 255+61+197=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DC5 is #00C23A. Grayscale: #868686. Windows color (decimal): -49723 or 12926463. OLE color: 12926463.
HSL color Cylindrical-coordinate representation of color #FF3DC5: hue angle of 317.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3DC5 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 197 | - |
| CMYK | 0 | 0.76 | 0.23 | 0 |
| HSL | 317.94º | 1% | 0.62% | - |
| HSV(B) | 317.94º | 0.76% | 1% | - |
| XYZ | 52.99 | 28.63 | 55.56 | - |
| YUV | 134.51 | 163.27 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 197 | 0 | 0.76 | 0.23 | 0 | 317.94 | 1 | 0.62 |
| Hex | FF | 3D | C5 | 0 | 4C | 17 | 0 | 13E | 64 | 3E |
| Octal | 377 | 75 | 305 | 0 | 114 | 27 | 0 | 476 | 144 | 76 |
| Binary | 11111111 | 111101 | 11000101 | 0 | 1001100 | 10111 | 0 | 100111110 | 1100100 | 111110 |
Color Harmonies of #FF3DC5
Complementary color
Monochromatic Colors of #FF3DC5
Black with #FF3DC5
Text Example
Text Example
White with #FF3DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DC5; }
p { color: rgb(255,61,197); }
H1.HeaderClassName
{
color: #FF3DC5;
}
.AnyTagClassName
{
color: #FF3DC5;
}
</style>
background-color css
<style>
a { background-color: #FF3DC5; }
a { background-color: rgb(255,61,197); }
div.DivClassName
{
background-color: #FF3DC5;
}
.BgClassName
{
background-color: #FF3DC5;
}
</style>
border-color css
<style>
span { border-color: #FF3DC5; }
span { border-color: rgb(255,61,197); }
td.TdClassName
{
border-color: #FF3DC5;
}
.TagClassName
{
border-color: #FF3DC5;
}
</style>