Shades of Psychedelic Purple #D200E8
Tints of Psychedelic Purple #D200E8
RGB
CMYK
RGB Variations
Color information
#D200E8 (or 0xD200E8) is known color: Psychedelic Purple. HEX triplet: D2, 00 and E8. RGB value is (210,0,232). Sum of RGB (Red+Green+Blue) = 210+0+232=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #D200E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200E8 is #2DFF17. Grayscale: #585858. Windows color (decimal): -3014424 or 15204562. OLE color: 15204562.
HSL color Cylindrical-coordinate representation of color #D200E8: hue angle of 294.31º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200E8 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 0 | 232 | - |
| CMYK | 0.09 | 1 | 0 | 0.09 |
| HSL | 294.31º | 1% | 0.45% | - |
| HSV(B) | 294.31º | 1% | 0.91% | - |
| XYZ | 41.14 | 19.53 | 77.94 | - |
| YUV | 89.24 | 208.57 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 232 | 0.09 | 1 | 0 | 0.09 | 294.31 | 1 | 0.45 |
| Hex | D2 | 0 | E8 | 9 | 64 | 0 | 9 | 126 | 64 | 2D |
| Octal | 322 | 0 | 350 | 11 | 144 | 0 | 11 | 446 | 144 | 55 |
| Binary | 11010010 | 0 | 11101000 | 1001 | 1100100 | 0 | 1001 | 100100110 | 1100100 | 101101 |
Color Harmonies of #D200E8
Complementary color
Monochromatic Colors of #D200E8
Black with #D200E8
Text Example
Text Example
White with #D200E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200E8; }
p { color: rgb(210,0,232); }
H1.HeaderClassName
{
color: #D200E8;
}
.AnyTagClassName
{
color: #D200E8;
}
</style>
background-color css
<style>
a { background-color: #D200E8; }
a { background-color: rgb(210,0,232); }
div.DivClassName
{
background-color: #D200E8;
}
.BgClassName
{
background-color: #D200E8;
}
</style>
border-color css
<style>
span { border-color: #D200E8; }
span { border-color: rgb(210,0,232); }
td.TdClassName
{
border-color: #D200E8;
}
.TagClassName
{
border-color: #D200E8;
}
</style>