Shades of Razzle Dazzle Rose #FF30D6
Tints of Razzle Dazzle Rose #FF30D6
RGB
CMYK
RGB Variations
Color information
#FF30D6 (or 0xFF30D6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 30 and D6. RGB value is (255,48,214). Sum of RGB (Red+Green+Blue) = 255+48+214=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 48 (19.14% from 255 or 9.28% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF30D6 is #00CF29. Grayscale: #808080. Windows color (decimal): -53034 or 14037247. OLE color: 14037247.
HSL color Cylindrical-coordinate representation of color #FF30D6: hue angle of 311.88º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF30D6 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 214 | - |
| CMYK | 0 | 0.81 | 0.16 | 0 |
| HSL | 311.88º | 1% | 0.59% | - |
| HSV(B) | 311.88º | 0.81% | 1% | - |
| XYZ | 54.43 | 28.23 | 66.2 | - |
| YUV | 128.82 | 176.08 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 214 | 0 | 0.81 | 0.16 | 0 | 311.88 | 1 | 0.59 |
| Hex | FF | 30 | D6 | 0 | 51 | 10 | 0 | 138 | 64 | 3B |
| Octal | 377 | 60 | 326 | 0 | 121 | 20 | 0 | 470 | 144 | 73 |
| Binary | 11111111 | 110000 | 11010110 | 0 | 1010001 | 10000 | 0 | 100111000 | 1100100 | 111011 |
Color Harmonies of #FF30D6
Complementary color
Monochromatic Colors of #FF30D6
Black with #FF30D6
Text Example
Text Example
White with #FF30D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30D6; }
p { color: rgb(255,48,214); }
H1.HeaderClassName
{
color: #FF30D6;
}
.AnyTagClassName
{
color: #FF30D6;
}
</style>
background-color css
<style>
a { background-color: #FF30D6; }
a { background-color: rgb(255,48,214); }
div.DivClassName
{
background-color: #FF30D6;
}
.BgClassName
{
background-color: #FF30D6;
}
</style>
border-color css
<style>
span { border-color: #FF30D6; }
span { border-color: rgb(255,48,214); }
td.TdClassName
{
border-color: #FF30D6;
}
.TagClassName
{
border-color: #FF30D6;
}
</style>