Shades of Psychedelic Purple #D402ED
Tints of Psychedelic Purple #D402ED
RGB
CMYK
RGB Variations
Color information
#D402ED (or 0xD402ED) is known color: Psychedelic Purple. HEX triplet: D4, 02 and ED. RGB value is (212,2,237). Sum of RGB (Red+Green+Blue) = 212+2+237=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #D402ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D402ED is #2BFD12. Grayscale: #5A5A5A. Windows color (decimal): -2882835 or 15532756. OLE color: 15532756.
HSL color Cylindrical-coordinate representation of color #D402ED: hue angle of 293.62º 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 #D402ED is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 2 | 237 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.07 |
| HSL | 293.62º | 0.98% | 0.47% | - |
| HSV(B) | 293.62º | 0.99% | 0.93% | - |
| XYZ | 42.46 | 20.15 | 81.77 | - |
| YUV | 91.58 | 210.07 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 237 | 0.11 | 0.99 | 0 | 0.07 | 293.62 | 0.98 | 0.47 |
| Hex | D4 | 2 | ED | B | 63 | 0 | 7 | 126 | 62 | 2F |
| Octal | 324 | 2 | 355 | 13 | 143 | 0 | 7 | 446 | 142 | 57 |
| Binary | 11010100 | 10 | 11101101 | 1011 | 1100011 | 0 | 111 | 100100110 | 1100010 | 101111 |
Color Harmonies of #D402ED
Complementary color
Monochromatic Colors of #D402ED
Black with #D402ED
Text Example
Text Example
White with #D402ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402ED; }
p { color: rgb(212,2,237); }
H1.HeaderClassName
{
color: #D402ED;
}
.AnyTagClassName
{
color: #D402ED;
}
</style>
background-color css
<style>
a { background-color: #D402ED; }
a { background-color: rgb(212,2,237); }
div.DivClassName
{
background-color: #D402ED;
}
.BgClassName
{
background-color: #D402ED;
}
</style>
border-color css
<style>
span { border-color: #D402ED; }
span { border-color: rgb(212,2,237); }
td.TdClassName
{
border-color: #D402ED;
}
.TagClassName
{
border-color: #D402ED;
}
</style>