Shades of Razzle Dazzle Rose #FF3DDD
Tints of Razzle Dazzle Rose #FF3DDD
RGB
CMYK
RGB Variations
Color information
#FF3DDD (or 0xFF3DDD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and DD. RGB value is (255,61,221). Sum of RGB (Red+Green+Blue) = 255+61+221=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 61 (24.22% from 255 or 11.36% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DDD is #00C222. Grayscale: #888888. Windows color (decimal): -49699 or 14499327. OLE color: 14499327.
HSL color Cylindrical-coordinate representation of color #FF3DDD: hue angle of 310.52º 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 #FF3DDD is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 221 | - |
| CMYK | 0 | 0.76 | 0.13 | 0 |
| HSL | 310.52º | 1% | 0.62% | - |
| HSV(B) | 310.52º | 0.76% | 1% | - |
| XYZ | 55.96 | 29.82 | 71.21 | - |
| YUV | 137.25 | 175.27 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 221 | 0 | 0.76 | 0.13 | 0 | 310.52 | 1 | 0.62 |
| Hex | FF | 3D | DD | 0 | 4C | D | 0 | 137 | 64 | 3E |
| Octal | 377 | 75 | 335 | 0 | 114 | 15 | 0 | 467 | 144 | 76 |
| Binary | 11111111 | 111101 | 11011101 | 0 | 1001100 | 1101 | 0 | 100110111 | 1100100 | 111110 |
Color Harmonies of #FF3DDD
Complementary color
Monochromatic Colors of #FF3DDD
Black with #FF3DDD
Text Example
Text Example
White with #FF3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DDD; }
p { color: rgb(255,61,221); }
H1.HeaderClassName
{
color: #FF3DDD;
}
.AnyTagClassName
{
color: #FF3DDD;
}
</style>
background-color css
<style>
a { background-color: #FF3DDD; }
a { background-color: rgb(255,61,221); }
div.DivClassName
{
background-color: #FF3DDD;
}
.BgClassName
{
background-color: #FF3DDD;
}
</style>
border-color css
<style>
span { border-color: #FF3DDD; }
span { border-color: rgb(255,61,221); }
td.TdClassName
{
border-color: #FF3DDD;
}
.TagClassName
{
border-color: #FF3DDD;
}
</style>