Shades of Razzle Dazzle Rose #FF3DD5
Tints of Razzle Dazzle Rose #FF3DD5
RGB
CMYK
RGB Variations
Color information
#FF3DD5 (or 0xFF3DD5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and D5. RGB value is (255,61,213). Sum of RGB (Red+Green+Blue) = 255+61+213=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 61 (24.22% from 255 or 11.53% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DD5 is #00C22A. Grayscale: #878787. Windows color (decimal): -49707 or 13975039. OLE color: 13975039.
HSL color Cylindrical-coordinate representation of color #FF3DD5: hue angle of 312.99º 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 #FF3DD5 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 213 | - |
| CMYK | 0 | 0.76 | 0.16 | 0 |
| HSL | 312.99º | 1% | 0.62% | - |
| HSV(B) | 312.99º | 0.76% | 1% | - |
| XYZ | 54.92 | 29.4 | 65.73 | - |
| YUV | 136.33 | 171.27 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 213 | 0 | 0.76 | 0.16 | 0 | 312.99 | 1 | 0.62 |
| Hex | FF | 3D | D5 | 0 | 4C | 10 | 0 | 139 | 64 | 3E |
| Octal | 377 | 75 | 325 | 0 | 114 | 20 | 0 | 471 | 144 | 76 |
| Binary | 11111111 | 111101 | 11010101 | 0 | 1001100 | 10000 | 0 | 100111001 | 1100100 | 111110 |
Color Harmonies of #FF3DD5
Complementary color
Monochromatic Colors of #FF3DD5
Black with #FF3DD5
Text Example
Text Example
White with #FF3DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DD5; }
p { color: rgb(255,61,213); }
H1.HeaderClassName
{
color: #FF3DD5;
}
.AnyTagClassName
{
color: #FF3DD5;
}
</style>
background-color css
<style>
a { background-color: #FF3DD5; }
a { background-color: rgb(255,61,213); }
div.DivClassName
{
background-color: #FF3DD5;
}
.BgClassName
{
background-color: #FF3DD5;
}
</style>
border-color css
<style>
span { border-color: #FF3DD5; }
span { border-color: rgb(255,61,213); }
td.TdClassName
{
border-color: #FF3DD5;
}
.TagClassName
{
border-color: #FF3DD5;
}
</style>