Shades of Razzle Dazzle Rose #FF38D0
Tints of Razzle Dazzle Rose #FF38D0
RGB
CMYK
RGB Variations
Color information
#FF38D0 (or 0xFF38D0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and D0. RGB value is (255,56,208). Sum of RGB (Red+Green+Blue) = 255+56+208=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 56 (22.27% from 255 or 10.79% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38D0 is #00C72F. Grayscale: #848484. Windows color (decimal): -50992 or 13646079. OLE color: 13646079.
HSL color Cylindrical-coordinate representation of color #FF38D0: hue angle of 314.17º 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 #FF38D0 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 208 | - |
| CMYK | 0 | 0.78 | 0.18 | 0 |
| HSL | 314.17º | 1% | 0.61% | - |
| HSV(B) | 314.17º | 0.78% | 1% | - |
| XYZ | 54.04 | 28.64 | 62.35 | - |
| YUV | 132.83 | 170.43 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 208 | 0 | 0.78 | 0.18 | 0 | 314.17 | 1 | 0.61 |
| Hex | FF | 38 | D0 | 0 | 4E | 12 | 0 | 13A | 64 | 3D |
| Octal | 377 | 70 | 320 | 0 | 116 | 22 | 0 | 472 | 144 | 75 |
| Binary | 11111111 | 111000 | 11010000 | 0 | 1001110 | 10010 | 0 | 100111010 | 1100100 | 111101 |
Color Harmonies of #FF38D0
Complementary color
Monochromatic Colors of #FF38D0
Black with #FF38D0
Text Example
Text Example
White with #FF38D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38D0; }
p { color: rgb(255,56,208); }
H1.HeaderClassName
{
color: #FF38D0;
}
.AnyTagClassName
{
color: #FF38D0;
}
</style>
background-color css
<style>
a { background-color: #FF38D0; }
a { background-color: rgb(255,56,208); }
div.DivClassName
{
background-color: #FF38D0;
}
.BgClassName
{
background-color: #FF38D0;
}
</style>
border-color css
<style>
span { border-color: #FF38D0; }
span { border-color: rgb(255,56,208); }
td.TdClassName
{
border-color: #FF38D0;
}
.TagClassName
{
border-color: #FF38D0;
}
</style>