Shades of Razzle Dazzle Rose #FF3DD6
Tints of Razzle Dazzle Rose #FF3DD6
RGB
CMYK
RGB Variations
Color information
#FF3DD6 (or 0xFF3DD6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and D6. RGB value is (255,61,214). Sum of RGB (Red+Green+Blue) = 255+61+214=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 61 (24.22% from 255 or 11.51% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DD6 is #00C229. Grayscale: #888888. Windows color (decimal): -49706 or 14040575. OLE color: 14040575.
HSL color Cylindrical-coordinate representation of color #FF3DD6: hue angle of 312.68º 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 #FF3DD6 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 214 | - |
| CMYK | 0 | 0.76 | 0.16 | 0 |
| HSL | 312.68º | 1% | 0.62% | - |
| HSV(B) | 312.68º | 0.76% | 1% | - |
| XYZ | 55.05 | 29.45 | 66.4 | - |
| YUV | 136.45 | 171.77 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 214 | 0 | 0.76 | 0.16 | 0 | 312.68 | 1 | 0.62 |
| Hex | FF | 3D | D6 | 0 | 4C | 10 | 0 | 139 | 64 | 3E |
| Octal | 377 | 75 | 326 | 0 | 114 | 20 | 0 | 471 | 144 | 76 |
| Binary | 11111111 | 111101 | 11010110 | 0 | 1001100 | 10000 | 0 | 100111001 | 1100100 | 111110 |
Color Harmonies of #FF3DD6
Complementary color
Monochromatic Colors of #FF3DD6
Black with #FF3DD6
Text Example
Text Example
White with #FF3DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DD6; }
p { color: rgb(255,61,214); }
H1.HeaderClassName
{
color: #FF3DD6;
}
.AnyTagClassName
{
color: #FF3DD6;
}
</style>
background-color css
<style>
a { background-color: #FF3DD6; }
a { background-color: rgb(255,61,214); }
div.DivClassName
{
background-color: #FF3DD6;
}
.BgClassName
{
background-color: #FF3DD6;
}
</style>
border-color css
<style>
span { border-color: #FF3DD6; }
span { border-color: rgb(255,61,214); }
td.TdClassName
{
border-color: #FF3DD6;
}
.TagClassName
{
border-color: #FF3DD6;
}
</style>