Shades of Razzle Dazzle Rose #FF3DD8
Tints of Razzle Dazzle Rose #FF3DD8
RGB
CMYK
RGB Variations
Color information
#FF3DD8 (or 0xFF3DD8) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and D8. RGB value is (255,61,216). Sum of RGB (Red+Green+Blue) = 255+61+216=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 61 (24.22% from 255 or 11.47% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DD8 is #00C227. Grayscale: #888888. Windows color (decimal): -49704 or 14171647. OLE color: 14171647.
HSL color Cylindrical-coordinate representation of color #FF3DD8: hue angle of 312.06º 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 #FF3DD8 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 216 | - |
| CMYK | 0 | 0.76 | 0.15 | 0 |
| HSL | 312.06º | 1% | 0.62% | - |
| HSV(B) | 312.06º | 0.76% | 1% | - |
| XYZ | 55.3 | 29.56 | 67.76 | - |
| YUV | 136.68 | 172.77 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 216 | 0 | 0.76 | 0.15 | 0 | 312.06 | 1 | 0.62 |
| Hex | FF | 3D | D8 | 0 | 4C | F | 0 | 138 | 64 | 3E |
| Octal | 377 | 75 | 330 | 0 | 114 | 17 | 0 | 470 | 144 | 76 |
| Binary | 11111111 | 111101 | 11011000 | 0 | 1001100 | 1111 | 0 | 100111000 | 1100100 | 111110 |
Color Harmonies of #FF3DD8
Complementary color
Monochromatic Colors of #FF3DD8
Black with #FF3DD8
Text Example
Text Example
White with #FF3DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DD8; }
p { color: rgb(255,61,216); }
H1.HeaderClassName
{
color: #FF3DD8;
}
.AnyTagClassName
{
color: #FF3DD8;
}
</style>
background-color css
<style>
a { background-color: #FF3DD8; }
a { background-color: rgb(255,61,216); }
div.DivClassName
{
background-color: #FF3DD8;
}
.BgClassName
{
background-color: #FF3DD8;
}
</style>
border-color css
<style>
span { border-color: #FF3DD8; }
span { border-color: rgb(255,61,216); }
td.TdClassName
{
border-color: #FF3DD8;
}
.TagClassName
{
border-color: #FF3DD8;
}
</style>