Shades of Razzle Dazzle Rose #FF38D1
Tints of Razzle Dazzle Rose #FF38D1
RGB
CMYK
RGB Variations
Color information
#FF38D1 (or 0xFF38D1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and D1. RGB value is (255,56,209). Sum of RGB (Red+Green+Blue) = 255+56+209=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 56 (22.27% from 255 or 10.77% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38D1 is #00C72E. Grayscale: #848484. Windows color (decimal): -50991 or 13711615. OLE color: 13711615.
HSL color Cylindrical-coordinate representation of color #FF38D1: hue angle of 313.87º 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 #FF38D1 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 209 | - |
| CMYK | 0 | 0.78 | 0.18 | 0 |
| HSL | 313.87º | 1% | 0.61% | - |
| HSV(B) | 313.87º | 0.78% | 1% | - |
| XYZ | 54.16 | 28.69 | 63 | - |
| YUV | 132.94 | 170.93 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 209 | 0 | 0.78 | 0.18 | 0 | 313.87 | 1 | 0.61 |
| Hex | FF | 38 | D1 | 0 | 4E | 12 | 0 | 13A | 64 | 3D |
| Octal | 377 | 70 | 321 | 0 | 116 | 22 | 0 | 472 | 144 | 75 |
| Binary | 11111111 | 111000 | 11010001 | 0 | 1001110 | 10010 | 0 | 100111010 | 1100100 | 111101 |
Color Harmonies of #FF38D1
Complementary color
Monochromatic Colors of #FF38D1
Black with #FF38D1
Text Example
Text Example
White with #FF38D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38D1; }
p { color: rgb(255,56,209); }
H1.HeaderClassName
{
color: #FF38D1;
}
.AnyTagClassName
{
color: #FF38D1;
}
</style>
background-color css
<style>
a { background-color: #FF38D1; }
a { background-color: rgb(255,56,209); }
div.DivClassName
{
background-color: #FF38D1;
}
.BgClassName
{
background-color: #FF38D1;
}
</style>
border-color css
<style>
span { border-color: #FF38D1; }
span { border-color: rgb(255,56,209); }
td.TdClassName
{
border-color: #FF38D1;
}
.TagClassName
{
border-color: #FF38D1;
}
</style>