Shades of Psychedelic Purple #D302FE
Tints of Psychedelic Purple #D302FE
RGB
CMYK
RGB Variations
Color information
#D302FE (or 0xD302FE) is known color: Psychedelic Purple. HEX triplet: D3, 02 and FE. RGB value is (211,2,254). Sum of RGB (Red+Green+Blue) = 211+2+254=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #D302FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D302FE is #2CFD01. Grayscale: #5C5C5C. Windows color (decimal): -2948354 or 16646867. OLE color: 16646867.
HSL color Cylindrical-coordinate representation of color #D302FE: hue angle of 289.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302FE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 2 | 254 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.00 |
| HSL | 289.76º | 0.99% | 0.5% | - |
| HSV(B) | 289.76º | 0.99% | 1% | - |
| XYZ | 44.78 | 21.05 | 95.47 | - |
| YUV | 93.22 | 218.74 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 254 | 0.17 | 0.99 | 0 | 0.00 | 289.76 | 0.99 | 0.5 |
| Hex | D3 | 2 | FE | 11 | 63 | 0 | 0 | 122 | 63 | 32 |
| Octal | 323 | 2 | 376 | 21 | 143 | 0 | 0 | 442 | 143 | 62 |
| Binary | 11010011 | 10 | 11111110 | 10001 | 1100011 | 0 | 0 | 100100010 | 1100011 | 110010 |
Color Harmonies of #D302FE
Complementary color
Monochromatic Colors of #D302FE
Black with #D302FE
Text Example
Text Example
White with #D302FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302FE; }
p { color: rgb(211,2,254); }
H1.HeaderClassName
{
color: #D302FE;
}
.AnyTagClassName
{
color: #D302FE;
}
</style>
background-color css
<style>
a { background-color: #D302FE; }
a { background-color: rgb(211,2,254); }
div.DivClassName
{
background-color: #D302FE;
}
.BgClassName
{
background-color: #D302FE;
}
</style>
border-color css
<style>
span { border-color: #D302FE; }
span { border-color: rgb(211,2,254); }
td.TdClassName
{
border-color: #D302FE;
}
.TagClassName
{
border-color: #D302FE;
}
</style>