Shades of Psychedelic Purple #D202E9
Tints of Psychedelic Purple #D202E9
RGB
CMYK
RGB Variations
Color information
#D202E9 (or 0xD202E9) is known color: Psychedelic Purple. HEX triplet: D2, 02 and E9. RGB value is (210,2,233). Sum of RGB (Red+Green+Blue) = 210+2+233=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #D202E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D202E9 is #2DFD16. Grayscale: #595959. Windows color (decimal): -3013911 or 15270610. OLE color: 15270610.
HSL color Cylindrical-coordinate representation of color #D202E9: hue angle of 294.03º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D202E9 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 2 | 233 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.09 |
| HSL | 294.03º | 0.98% | 0.46% | - |
| HSV(B) | 294.03º | 0.99% | 0.91% | - |
| XYZ | 41.31 | 19.63 | 78.7 | - |
| YUV | 90.53 | 208.41 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 233 | 0.10 | 0.99 | 0 | 0.09 | 294.03 | 0.98 | 0.46 |
| Hex | D2 | 2 | E9 | A | 63 | 0 | 9 | 126 | 62 | 2E |
| Octal | 322 | 2 | 351 | 12 | 143 | 0 | 11 | 446 | 142 | 56 |
| Binary | 11010010 | 10 | 11101001 | 1010 | 1100011 | 0 | 1001 | 100100110 | 1100010 | 101110 |
Color Harmonies of #D202E9
Complementary color
Monochromatic Colors of #D202E9
Black with #D202E9
Text Example
Text Example
White with #D202E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202E9; }
p { color: rgb(210,2,233); }
H1.HeaderClassName
{
color: #D202E9;
}
.AnyTagClassName
{
color: #D202E9;
}
</style>
background-color css
<style>
a { background-color: #D202E9; }
a { background-color: rgb(210,2,233); }
div.DivClassName
{
background-color: #D202E9;
}
.BgClassName
{
background-color: #D202E9;
}
</style>
border-color css
<style>
span { border-color: #D202E9; }
span { border-color: rgb(210,2,233); }
td.TdClassName
{
border-color: #D202E9;
}
.TagClassName
{
border-color: #D202E9;
}
</style>