Shades of Psychedelic Purple #D215F3
Tints of Psychedelic Purple #D215F3
RGB
CMYK
RGB Variations
Color information
#D215F3 (or 0xD215F3) is known color: Psychedelic Purple. HEX triplet: D2, 15 and F3. RGB value is (210,21,243). Sum of RGB (Red+Green+Blue) = 210+21+243=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #D215F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D215F3 is #2DEA0C. Grayscale: #666666. Windows color (decimal): -3009037 or 15930834. OLE color: 15930834.
HSL color Cylindrical-coordinate representation of color #D215F3: hue angle of 291.08º degrees, saturation: 0.9, 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 #D215F3 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 21 | 243 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.05 |
| HSL | 291.08º | 0.9% | 0.52% | - |
| HSV(B) | 291.08º | 0.91% | 0.95% | - |
| XYZ | 43.02 | 20.71 | 86.52 | - |
| YUV | 102.82 | 207.12 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 243 | 0.14 | 0.91 | 0 | 0.05 | 291.08 | 0.9 | 0.52 |
| Hex | D2 | 15 | F3 | E | 5B | 0 | 5 | 123 | 5A | 34 |
| Octal | 322 | 25 | 363 | 16 | 133 | 0 | 5 | 443 | 132 | 64 |
| Binary | 11010010 | 10101 | 11110011 | 1110 | 1011011 | 0 | 101 | 100100011 | 1011010 | 110100 |
Color Harmonies of #D215F3
Complementary color
Monochromatic Colors of #D215F3
Black with #D215F3
Text Example
Text Example
White with #D215F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215F3; }
p { color: rgb(210,21,243); }
H1.HeaderClassName
{
color: #D215F3;
}
.AnyTagClassName
{
color: #D215F3;
}
</style>
background-color css
<style>
a { background-color: #D215F3; }
a { background-color: rgb(210,21,243); }
div.DivClassName
{
background-color: #D215F3;
}
.BgClassName
{
background-color: #D215F3;
}
</style>
border-color css
<style>
span { border-color: #D215F3; }
span { border-color: rgb(210,21,243); }
td.TdClassName
{
border-color: #D215F3;
}
.TagClassName
{
border-color: #D215F3;
}
</style>