Shades of Razzle Dazzle Rose #FF38D4
Tints of Razzle Dazzle Rose #FF38D4
RGB
CMYK
RGB Variations
Color information
#FF38D4 (or 0xFF38D4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and D4. RGB value is (255,56,212). Sum of RGB (Red+Green+Blue) = 255+56+212=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 56 (22.27% from 255 or 10.71% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38D4 is #00C72B. Grayscale: #848484. Windows color (decimal): -50988 or 13908223. OLE color: 13908223.
HSL color Cylindrical-coordinate representation of color #FF38D4: hue angle of 312.96º 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 #FF38D4 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 212 | - |
| CMYK | 0 | 0.78 | 0.17 | 0 |
| HSL | 312.96º | 1% | 0.61% | - |
| HSV(B) | 312.96º | 0.78% | 1% | - |
| XYZ | 54.54 | 28.84 | 64.98 | - |
| YUV | 133.29 | 172.43 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 212 | 0 | 0.78 | 0.17 | 0 | 312.96 | 1 | 0.61 |
| Hex | FF | 38 | D4 | 0 | 4E | 11 | 0 | 139 | 64 | 3D |
| Octal | 377 | 70 | 324 | 0 | 116 | 21 | 0 | 471 | 144 | 75 |
| Binary | 11111111 | 111000 | 11010100 | 0 | 1001110 | 10001 | 0 | 100111001 | 1100100 | 111101 |
Color Harmonies of #FF38D4
Complementary color
Monochromatic Colors of #FF38D4
Black with #FF38D4
Text Example
Text Example
White with #FF38D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF38D4; }
p { color: rgb(255,56,212); }
H1.HeaderClassName
{
color: #FF38D4;
}
.AnyTagClassName
{
color: #FF38D4;
}
</style>
background-color css
<style>
a { background-color: #FF38D4; }
a { background-color: rgb(255,56,212); }
div.DivClassName
{
background-color: #FF38D4;
}
.BgClassName
{
background-color: #FF38D4;
}
</style>
border-color css
<style>
span { border-color: #FF38D4; }
span { border-color: rgb(255,56,212); }
td.TdClassName
{
border-color: #FF38D4;
}
.TagClassName
{
border-color: #FF38D4;
}
</style>