Shades of Violet Red #FD387D
Tints of Violet Red #FD387D
RGB
CMYK
RGB Variations
Color information
#FD387D (or 0xFD387D) is known color: Violet Red. HEX triplet: FD, 38 and 7D. RGB value is (253,56,125). Sum of RGB (Red+Green+Blue) = 253+56+125=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD387D is #02C782. Grayscale: #7A7A7A. Windows color (decimal): -182147 or 8206589. OLE color: 8206589.
HSL color Cylindrical-coordinate representation of color #FD387D: hue angle of 338.98º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD387D is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 125 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.01 |
| HSL | 338.98º | 0.98% | 0.61% | - |
| HSV(B) | 338.98º | 0.78% | 0.99% | - |
| XYZ | 45.62 | 25.19 | 21.86 | - |
| YUV | 122.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 125 | 0 | 0.78 | 0.51 | 0.01 | 338.98 | 0.98 | 0.61 |
| Hex | FD | 38 | 7D | 0 | 4E | 33 | 1 | 153 | 62 | 3D |
| Octal | 375 | 70 | 175 | 0 | 116 | 63 | 1 | 523 | 142 | 75 |
| Binary | 11111101 | 111000 | 1111101 | 0 | 1001110 | 110011 | 1 | 101010011 | 1100010 | 111101 |
Color Harmonies of #FD387D
Complementary color
Monochromatic Colors of #FD387D
Black with #FD387D
Text Example
Text Example
White with #FD387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD387D; }
p { color: rgb(253,56,125); }
H1.HeaderClassName
{
color: #FD387D;
}
.AnyTagClassName
{
color: #FD387D;
}
</style>
background-color css
<style>
a { background-color: #FD387D; }
a { background-color: rgb(253,56,125); }
div.DivClassName
{
background-color: #FD387D;
}
.BgClassName
{
background-color: #FD387D;
}
</style>
border-color css
<style>
span { border-color: #FD387D; }
span { border-color: rgb(253,56,125); }
td.TdClassName
{
border-color: #FD387D;
}
.TagClassName
{
border-color: #FD387D;
}
</style>