Shades of Psychedelic Purple #D302FD
Tints of Psychedelic Purple #D302FD
RGB
CMYK
RGB Variations
Color information
#D302FD (or 0xD302FD) is known color: Psychedelic Purple. HEX triplet: D3, 02 and FD. RGB value is (211,2,253). Sum of RGB (Red+Green+Blue) = 211+2+253=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #D302FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D302FD is #2CFD02. Grayscale: #5C5C5C. Windows color (decimal): -2948355 or 16581331. OLE color: 16581331.
HSL color Cylindrical-coordinate representation of color #D302FD: hue angle of 289.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302FD is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 2 | 253 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.01 |
| HSL | 289.96º | 0.98% | 0.5% | - |
| HSV(B) | 289.96º | 0.99% | 0.99% | - |
| XYZ | 44.62 | 20.98 | 94.63 | - |
| YUV | 93.11 | 218.24 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 253 | 0.17 | 0.99 | 0 | 0.01 | 289.96 | 0.98 | 0.5 |
| Hex | D3 | 2 | FD | 11 | 63 | 0 | 1 | 122 | 62 | 32 |
| Octal | 323 | 2 | 375 | 21 | 143 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010011 | 10 | 11111101 | 10001 | 1100011 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D302FD
Complementary color
Monochromatic Colors of #D302FD
Black with #D302FD
Text Example
Text Example
White with #D302FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302FD; }
p { color: rgb(211,2,253); }
H1.HeaderClassName
{
color: #D302FD;
}
.AnyTagClassName
{
color: #D302FD;
}
</style>
background-color css
<style>
a { background-color: #D302FD; }
a { background-color: rgb(211,2,253); }
div.DivClassName
{
background-color: #D302FD;
}
.BgClassName
{
background-color: #D302FD;
}
</style>
border-color css
<style>
span { border-color: #D302FD; }
span { border-color: rgb(211,2,253); }
td.TdClassName
{
border-color: #D302FD;
}
.TagClassName
{
border-color: #D302FD;
}
</style>