Shades of Psychedelic Purple #D315F2
Tints of Psychedelic Purple #D315F2
RGB
CMYK
RGB Variations
Color information
#D315F2 (or 0xD315F2) is known color: Psychedelic Purple. HEX triplet: D3, 15 and F2. RGB value is (211,21,242). Sum of RGB (Red+Green+Blue) = 211+21+242=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #D315F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D315F2 is #2CEA0D. Grayscale: #666666. Windows color (decimal): -2943502 or 15865299. OLE color: 15865299.
HSL color Cylindrical-coordinate representation of color #D315F2: hue angle of 291.58º 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 #D315F2 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 21 | 242 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.05 |
| HSL | 291.58º | 0.89% | 0.52% | - |
| HSV(B) | 291.58º | 0.91% | 0.95% | - |
| XYZ | 43.16 | 20.8 | 85.74 | - |
| YUV | 103 | 206.45 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 242 | 0.13 | 0.91 | 0 | 0.05 | 291.58 | 0.89 | 0.52 |
| Hex | D3 | 15 | F2 | D | 5B | 0 | 5 | 124 | 59 | 34 |
| Octal | 323 | 25 | 362 | 15 | 133 | 0 | 5 | 444 | 131 | 64 |
| Binary | 11010011 | 10101 | 11110010 | 1101 | 1011011 | 0 | 101 | 100100100 | 1011001 | 110100 |
Color Harmonies of #D315F2
Complementary color
Monochromatic Colors of #D315F2
Black with #D315F2
Text Example
Text Example
White with #D315F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D315F2; }
p { color: rgb(211,21,242); }
H1.HeaderClassName
{
color: #D315F2;
}
.AnyTagClassName
{
color: #D315F2;
}
</style>
background-color css
<style>
a { background-color: #D315F2; }
a { background-color: rgb(211,21,242); }
div.DivClassName
{
background-color: #D315F2;
}
.BgClassName
{
background-color: #D315F2;
}
</style>
border-color css
<style>
span { border-color: #D315F2; }
span { border-color: rgb(211,21,242); }
td.TdClassName
{
border-color: #D315F2;
}
.TagClassName
{
border-color: #D315F2;
}
</style>