Shades of Razzle Dazzle Rose #FF3DDC
Tints of Razzle Dazzle Rose #FF3DDC
RGB
CMYK
RGB Variations
Color information
#FF3DDC (or 0xFF3DDC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and DC. RGB value is (255,61,220). Sum of RGB (Red+Green+Blue) = 255+61+220=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 61 (24.22% from 255 or 11.38% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DDC is #00C223. Grayscale: #888888. Windows color (decimal): -49700 or 14433791. OLE color: 14433791.
HSL color Cylindrical-coordinate representation of color #FF3DDC: hue angle of 310.82º 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 #FF3DDC is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 220 | - |
| CMYK | 0 | 0.76 | 0.14 | 0 |
| HSL | 310.82º | 1% | 0.62% | - |
| HSV(B) | 310.82º | 0.76% | 1% | - |
| XYZ | 55.83 | 29.76 | 70.51 | - |
| YUV | 137.13 | 174.77 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 220 | 0 | 0.76 | 0.14 | 0 | 310.82 | 1 | 0.62 |
| Hex | FF | 3D | DC | 0 | 4C | E | 0 | 137 | 64 | 3E |
| Octal | 377 | 75 | 334 | 0 | 114 | 16 | 0 | 467 | 144 | 76 |
| Binary | 11111111 | 111101 | 11011100 | 0 | 1001100 | 1110 | 0 | 100110111 | 1100100 | 111110 |
Color Harmonies of #FF3DDC
Complementary color
Monochromatic Colors of #FF3DDC
Black with #FF3DDC
Text Example
Text Example
White with #FF3DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DDC; }
p { color: rgb(255,61,220); }
H1.HeaderClassName
{
color: #FF3DDC;
}
.AnyTagClassName
{
color: #FF3DDC;
}
</style>
background-color css
<style>
a { background-color: #FF3DDC; }
a { background-color: rgb(255,61,220); }
div.DivClassName
{
background-color: #FF3DDC;
}
.BgClassName
{
background-color: #FF3DDC;
}
</style>
border-color css
<style>
span { border-color: #FF3DDC; }
span { border-color: rgb(255,61,220); }
td.TdClassName
{
border-color: #FF3DDC;
}
.TagClassName
{
border-color: #FF3DDC;
}
</style>