Shades of Razzle Dazzle Rose #FF38DF
Tints of Razzle Dazzle Rose #FF38DF
RGB
CMYK
RGB Variations
Color information
#FF38DF (or 0xFF38DF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and DF. RGB value is (255,56,223). Sum of RGB (Red+Green+Blue) = 255+56+223=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 56 (22.27% from 255 or 10.49% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38DF is #00C720. Grayscale: #868686. Windows color (decimal): -50977 or 14629119. OLE color: 14629119.
HSL color Cylindrical-coordinate representation of color #FF38DF: hue angle of 309.65º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF38DF is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 223 | - |
| CMYK | 0 | 0.78 | 0.13 | 0 |
| HSL | 309.65º | 1% | 0.61% | - |
| HSV(B) | 309.65º | 0.78% | 1% | - |
| XYZ | 55.97 | 29.42 | 72.54 | - |
| YUV | 134.54 | 177.93 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 223 | 0 | 0.78 | 0.13 | 0 | 309.65 | 1 | 0.61 |
| Hex | FF | 38 | DF | 0 | 4E | D | 0 | 136 | 64 | 3D |
| Octal | 377 | 70 | 337 | 0 | 116 | 15 | 0 | 466 | 144 | 75 |
| Binary | 11111111 | 111000 | 11011111 | 0 | 1001110 | 1101 | 0 | 100110110 | 1100100 | 111101 |
Color Harmonies of #FF38DF
Complementary color
Monochromatic Colors of #FF38DF
Black with #FF38DF
Text Example
Text Example
White with #FF38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38DF; }
p { color: rgb(255,56,223); }
H1.HeaderClassName
{
color: #FF38DF;
}
.AnyTagClassName
{
color: #FF38DF;
}
</style>
background-color css
<style>
a { background-color: #FF38DF; }
a { background-color: rgb(255,56,223); }
div.DivClassName
{
background-color: #FF38DF;
}
.BgClassName
{
background-color: #FF38DF;
}
</style>
border-color css
<style>
span { border-color: #FF38DF; }
span { border-color: rgb(255,56,223); }
td.TdClassName
{
border-color: #FF38DF;
}
.TagClassName
{
border-color: #FF38DF;
}
</style>