Shades of Psychedelic Purple #D21BE9
Tints of Psychedelic Purple #D21BE9
RGB
CMYK
RGB Variations
Color information
#D21BE9 (or 0xD21BE9) is known color: Psychedelic Purple. HEX triplet: D2, 1B and E9. RGB value is (210,27,233). Sum of RGB (Red+Green+Blue) = 210+27+233=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #D21BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21BE9 is #2DE416. Grayscale: #686868. Windows color (decimal): -3007511 or 15277010. OLE color: 15277010.
HSL color Cylindrical-coordinate representation of color #D21BE9: hue angle of 293.3º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21BE9 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 27 | 233 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.09 |
| HSL | 293.3º | 0.82% | 0.51% | - |
| HSV(B) | 293.3º | 0.88% | 0.91% | - |
| XYZ | 41.68 | 20.37 | 78.83 | - |
| YUV | 105.2 | 200.13 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 233 | 0.10 | 0.88 | 0 | 0.09 | 293.3 | 0.82 | 0.51 |
| Hex | D2 | 1B | E9 | A | 58 | 0 | 9 | 125 | 52 | 33 |
| Octal | 322 | 33 | 351 | 12 | 130 | 0 | 11 | 445 | 122 | 63 |
| Binary | 11010010 | 11011 | 11101001 | 1010 | 1011000 | 0 | 1001 | 100100101 | 1010010 | 110011 |
Color Harmonies of #D21BE9
Complementary color
Monochromatic Colors of #D21BE9
Black with #D21BE9
Text Example
Text Example
White with #D21BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BE9; }
p { color: rgb(210,27,233); }
H1.HeaderClassName
{
color: #D21BE9;
}
.AnyTagClassName
{
color: #D21BE9;
}
</style>
background-color css
<style>
a { background-color: #D21BE9; }
a { background-color: rgb(210,27,233); }
div.DivClassName
{
background-color: #D21BE9;
}
.BgClassName
{
background-color: #D21BE9;
}
</style>
border-color css
<style>
span { border-color: #D21BE9; }
span { border-color: rgb(210,27,233); }
td.TdClassName
{
border-color: #D21BE9;
}
.TagClassName
{
border-color: #D21BE9;
}
</style>