Shades of Razzle Dazzle Rose #FF3DC4
Tints of Razzle Dazzle Rose #FF3DC4
RGB
CMYK
RGB Variations
Color information
#FF3DC4 (or 0xFF3DC4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and C4. RGB value is (255,61,196). Sum of RGB (Red+Green+Blue) = 255+61+196=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DC4 is #00C23B. Grayscale: #868686. Windows color (decimal): -49724 or 12860927. OLE color: 12860927.
HSL color Cylindrical-coordinate representation of color #FF3DC4: hue angle of 318.25º 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 #FF3DC4 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 196 | - |
| CMYK | 0 | 0.76 | 0.23 | 0 |
| HSL | 318.25º | 1% | 0.62% | - |
| HSV(B) | 318.25º | 0.76% | 1% | - |
| XYZ | 52.87 | 28.58 | 54.95 | - |
| YUV | 134.4 | 162.77 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 196 | 0 | 0.76 | 0.23 | 0 | 318.25 | 1 | 0.62 |
| Hex | FF | 3D | C4 | 0 | 4C | 17 | 0 | 13E | 64 | 3E |
| Octal | 377 | 75 | 304 | 0 | 114 | 27 | 0 | 476 | 144 | 76 |
| Binary | 11111111 | 111101 | 11000100 | 0 | 1001100 | 10111 | 0 | 100111110 | 1100100 | 111110 |
Color Harmonies of #FF3DC4
Complementary color
Monochromatic Colors of #FF3DC4
Black with #FF3DC4
Text Example
Text Example
White with #FF3DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DC4; }
p { color: rgb(255,61,196); }
H1.HeaderClassName
{
color: #FF3DC4;
}
.AnyTagClassName
{
color: #FF3DC4;
}
</style>
background-color css
<style>
a { background-color: #FF3DC4; }
a { background-color: rgb(255,61,196); }
div.DivClassName
{
background-color: #FF3DC4;
}
.BgClassName
{
background-color: #FF3DC4;
}
</style>
border-color css
<style>
span { border-color: #FF3DC4; }
span { border-color: rgb(255,61,196); }
td.TdClassName
{
border-color: #FF3DC4;
}
.TagClassName
{
border-color: #FF3DC4;
}
</style>