Shades of Psychedelic Purple #D913FB
Tints of Psychedelic Purple #D913FB
RGB
CMYK
RGB Variations
Color information
#D913FB (or 0xD913FB) is known color: Psychedelic Purple. HEX triplet: D9, 13 and FB. RGB value is (217,19,251). Sum of RGB (Red+Green+Blue) = 217+19+251=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 19 (7.81% from 255 or 3.90% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #D913FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D913FB is #26EC04. Grayscale: #676767. Windows color (decimal): -2550789 or 16454617. OLE color: 16454617.
HSL color Cylindrical-coordinate representation of color #D913FB: hue angle of 291.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D913FB is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 19 | 251 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.02 |
| HSL | 291.21º | 0.97% | 0.53% | - |
| HSV(B) | 291.21º | 0.92% | 0.98% | - |
| XYZ | 46.26 | 22.18 | 93.11 | - |
| YUV | 104.65 | 210.6 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 251 | 0.14 | 0.92 | 0 | 0.02 | 291.21 | 0.97 | 0.53 |
| Hex | D9 | 13 | FB | E | 5C | 0 | 2 | 123 | 61 | 35 |
| Octal | 331 | 23 | 373 | 16 | 134 | 0 | 2 | 443 | 141 | 65 |
| Binary | 11011001 | 10011 | 11111011 | 1110 | 1011100 | 0 | 10 | 100100011 | 1100001 | 110101 |
Color Harmonies of #D913FB
Complementary color
Monochromatic Colors of #D913FB
Black with #D913FB
Text Example
Text Example
White with #D913FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913FB; }
p { color: rgb(217,19,251); }
H1.HeaderClassName
{
color: #D913FB;
}
.AnyTagClassName
{
color: #D913FB;
}
</style>
background-color css
<style>
a { background-color: #D913FB; }
a { background-color: rgb(217,19,251); }
div.DivClassName
{
background-color: #D913FB;
}
.BgClassName
{
background-color: #D913FB;
}
</style>
border-color css
<style>
span { border-color: #D913FB; }
span { border-color: rgb(217,19,251); }
td.TdClassName
{
border-color: #D913FB;
}
.TagClassName
{
border-color: #D913FB;
}
</style>