Shades of Psychedelic Purple #D301FD
Tints of Psychedelic Purple #D301FD
RGB
CMYK
RGB Variations
Color information
#D301FD (or 0xD301FD) is known color: Psychedelic Purple. HEX triplet: D3, 01 and FD. RGB value is (211,1,253). Sum of RGB (Red+Green+Blue) = 211+1+253=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #D301FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D301FD is #2CFE02. Grayscale: #5B5B5B. Windows color (decimal): -2948611 or 16581075. OLE color: 16581075.
HSL color Cylindrical-coordinate representation of color #D301FD: hue angle of 290º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301FD is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 1 | 253 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.01 |
| HSL | 290º | 0.99% | 0.5% | - |
| HSV(B) | 290º | 1% | 0.99% | - |
| XYZ | 44.6 | 20.96 | 94.62 | - |
| YUV | 92.52 | 218.57 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 253 | 0.17 | 1.00 | 0 | 0.01 | 290 | 0.99 | 0.5 |
| Hex | D3 | 1 | FD | 11 | 64 | 0 | 1 | 122 | 63 | 32 |
| Octal | 323 | 1 | 375 | 21 | 144 | 0 | 1 | 442 | 143 | 62 |
| Binary | 11010011 | 1 | 11111101 | 10001 | 1100100 | 0 | 1 | 100100010 | 1100011 | 110010 |
Color Harmonies of #D301FD
Complementary color
Monochromatic Colors of #D301FD
Black with #D301FD
Text Example
Text Example
White with #D301FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D301FD; }
p { color: rgb(211,1,253); }
H1.HeaderClassName
{
color: #D301FD;
}
.AnyTagClassName
{
color: #D301FD;
}
</style>
background-color css
<style>
a { background-color: #D301FD; }
a { background-color: rgb(211,1,253); }
div.DivClassName
{
background-color: #D301FD;
}
.BgClassName
{
background-color: #D301FD;
}
</style>
border-color css
<style>
span { border-color: #D301FD; }
span { border-color: rgb(211,1,253); }
td.TdClassName
{
border-color: #D301FD;
}
.TagClassName
{
border-color: #D301FD;
}
</style>