Shades of Psychedelic Purple #D134FA
Tints of Psychedelic Purple #D134FA
RGB
CMYK
RGB Variations
Color information
#D134FA (or 0xD134FA) is known color: Psychedelic Purple. HEX triplet: D1, 34 and FA. RGB value is (209,52,250). Sum of RGB (Red+Green+Blue) = 209+52+250=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 52 (20.70% from 255 or 10.18% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #D134FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D134FA is #2ECB05. Grayscale: #787878. Windows color (decimal): -3066630 or 16397521. OLE color: 16397521.
HSL color Cylindrical-coordinate representation of color #D134FA: hue angle of 287.58º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D134FA is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 52 | 250 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.02 |
| HSL | 287.58º | 0.95% | 0.59% | - |
| HSV(B) | 287.58º | 0.79% | 0.98% | - |
| XYZ | 44.78 | 22.91 | 92.51 | - |
| YUV | 121.52 | 200.51 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 250 | 0.16 | 0.79 | 0 | 0.02 | 287.58 | 0.95 | 0.59 |
| Hex | D1 | 34 | FA | 10 | 4F | 0 | 2 | 120 | 5F | 3B |
| Octal | 321 | 64 | 372 | 20 | 117 | 0 | 2 | 440 | 137 | 73 |
| Binary | 11010001 | 110100 | 11111010 | 10000 | 1001111 | 0 | 10 | 100100000 | 1011111 | 111011 |
Color Harmonies of #D134FA
Complementary color
Monochromatic Colors of #D134FA
Black with #D134FA
Text Example
Text Example
White with #D134FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134FA; }
p { color: rgb(209,52,250); }
H1.HeaderClassName
{
color: #D134FA;
}
.AnyTagClassName
{
color: #D134FA;
}
</style>
background-color css
<style>
a { background-color: #D134FA; }
a { background-color: rgb(209,52,250); }
div.DivClassName
{
background-color: #D134FA;
}
.BgClassName
{
background-color: #D134FA;
}
</style>
border-color css
<style>
span { border-color: #D134FA; }
span { border-color: rgb(209,52,250); }
td.TdClassName
{
border-color: #D134FA;
}
.TagClassName
{
border-color: #D134FA;
}
</style>