Shades of Psychedelic Purple #D302ED
Tints of Psychedelic Purple #D302ED
RGB
CMYK
RGB Variations
Color information
#D302ED (or 0xD302ED) is known color: Psychedelic Purple. HEX triplet: D3, 02 and ED. RGB value is (211,2,237). Sum of RGB (Red+Green+Blue) = 211+2+237=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #D302ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D302ED is #2CFD12. Grayscale: #5A5A5A. Windows color (decimal): -2948371 or 15532755. OLE color: 15532755.
HSL color Cylindrical-coordinate representation of color #D302ED: hue angle of 293.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302ED is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 2 | 237 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.07 |
| HSL | 293.36º | 0.98% | 0.47% | - |
| HSV(B) | 293.36º | 0.99% | 0.93% | - |
| XYZ | 42.17 | 20.01 | 81.76 | - |
| YUV | 91.28 | 210.24 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 237 | 0.11 | 0.99 | 0 | 0.07 | 293.36 | 0.98 | 0.47 |
| Hex | D3 | 2 | ED | B | 63 | 0 | 7 | 125 | 62 | 2F |
| Octal | 323 | 2 | 355 | 13 | 143 | 0 | 7 | 445 | 142 | 57 |
| Binary | 11010011 | 10 | 11101101 | 1011 | 1100011 | 0 | 111 | 100100101 | 1100010 | 101111 |
Color Harmonies of #D302ED
Complementary color
Monochromatic Colors of #D302ED
Black with #D302ED
Text Example
Text Example
White with #D302ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302ED; }
p { color: rgb(211,2,237); }
H1.HeaderClassName
{
color: #D302ED;
}
.AnyTagClassName
{
color: #D302ED;
}
</style>
background-color css
<style>
a { background-color: #D302ED; }
a { background-color: rgb(211,2,237); }
div.DivClassName
{
background-color: #D302ED;
}
.BgClassName
{
background-color: #D302ED;
}
</style>
border-color css
<style>
span { border-color: #D302ED; }
span { border-color: rgb(211,2,237); }
td.TdClassName
{
border-color: #D302ED;
}
.TagClassName
{
border-color: #D302ED;
}
</style>