Shades of Psychedelic Purple #D215F2
Tints of Psychedelic Purple #D215F2
RGB
CMYK
RGB Variations
Color information
#D215F2 (or 0xD215F2) is known color: Psychedelic Purple. HEX triplet: D2, 15 and F2. RGB value is (210,21,242). Sum of RGB (Red+Green+Blue) = 210+21+242=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #D215F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D215F2 is #2DEA0D. Grayscale: #666666. Windows color (decimal): -3009038 or 15865298. OLE color: 15865298.
HSL color Cylindrical-coordinate representation of color #D215F2: hue angle of 291.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D215F2 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 21 | 242 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.05 |
| HSL | 291.31º | 0.89% | 0.52% | - |
| HSV(B) | 291.31º | 0.91% | 0.95% | - |
| XYZ | 42.87 | 20.65 | 85.73 | - |
| YUV | 102.71 | 206.62 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 242 | 0.13 | 0.91 | 0 | 0.05 | 291.31 | 0.89 | 0.52 |
| Hex | D2 | 15 | F2 | D | 5B | 0 | 5 | 123 | 59 | 34 |
| Octal | 322 | 25 | 362 | 15 | 133 | 0 | 5 | 443 | 131 | 64 |
| Binary | 11010010 | 10101 | 11110010 | 1101 | 1011011 | 0 | 101 | 100100011 | 1011001 | 110100 |
Color Harmonies of #D215F2
Complementary color
Monochromatic Colors of #D215F2
Black with #D215F2
Text Example
Text Example
White with #D215F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215F2; }
p { color: rgb(210,21,242); }
H1.HeaderClassName
{
color: #D215F2;
}
.AnyTagClassName
{
color: #D215F2;
}
</style>
background-color css
<style>
a { background-color: #D215F2; }
a { background-color: rgb(210,21,242); }
div.DivClassName
{
background-color: #D215F2;
}
.BgClassName
{
background-color: #D215F2;
}
</style>
border-color css
<style>
span { border-color: #D215F2; }
span { border-color: rgb(210,21,242); }
td.TdClassName
{
border-color: #D215F2;
}
.TagClassName
{
border-color: #D215F2;
}
</style>