Shades of Violet Red #FF387D
Tints of Violet Red #FF387D
RGB
CMYK
RGB Variations
Color information
#FF387D (or 0xFF387D) is known color: Violet Red. HEX triplet: FF, 38 and 7D. RGB value is (255,56,125). Sum of RGB (Red+Green+Blue) = 255+56+125=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF387D is #00C782. Grayscale: #7B7B7B. Windows color (decimal): -51075 or 8206591. OLE color: 8206591.
HSL color Cylindrical-coordinate representation of color #FF387D: hue angle of 339.2º 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 #FF387D is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 125 | - |
| CMYK | 0 | 0.78 | 0.51 | 0 |
| HSL | 339.2º | 1% | 0.61% | - |
| HSV(B) | 339.2º | 0.78% | 1% | - |
| XYZ | 46.36 | 25.57 | 21.89 | - |
| YUV | 123.37 | 128.93 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 125 | 0 | 0.78 | 0.51 | 0 | 339.2 | 1 | 0.61 |
| Hex | FF | 38 | 7D | 0 | 4E | 33 | 0 | 153 | 64 | 3D |
| Octal | 377 | 70 | 175 | 0 | 116 | 63 | 0 | 523 | 144 | 75 |
| Binary | 11111111 | 111000 | 1111101 | 0 | 1001110 | 110011 | 0 | 101010011 | 1100100 | 111101 |
Color Harmonies of #FF387D
Complementary color
Monochromatic Colors of #FF387D
Black with #FF387D
Text Example
Text Example
White with #FF387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF387D; }
p { color: rgb(255,56,125); }
H1.HeaderClassName
{
color: #FF387D;
}
.AnyTagClassName
{
color: #FF387D;
}
</style>
background-color css
<style>
a { background-color: #FF387D; }
a { background-color: rgb(255,56,125); }
div.DivClassName
{
background-color: #FF387D;
}
.BgClassName
{
background-color: #FF387D;
}
</style>
border-color css
<style>
span { border-color: #FF387D; }
span { border-color: rgb(255,56,125); }
td.TdClassName
{
border-color: #FF387D;
}
.TagClassName
{
border-color: #FF387D;
}
</style>