Shades of Psychedelic Purple #D415F2
Tints of Psychedelic Purple #D415F2
RGB
CMYK
RGB Variations
Color information
#D415F2 (or 0xD415F2) is known color: Psychedelic Purple. HEX triplet: D4, 15 and F2. RGB value is (212,21,242). Sum of RGB (Red+Green+Blue) = 212+21+242=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #D415F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D415F2 is #2BEA0D. Grayscale: #666666. Windows color (decimal): -2877966 or 15865300. OLE color: 15865300.
HSL color Cylindrical-coordinate representation of color #D415F2: hue angle of 291.86º 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 #D415F2 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 21 | 242 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.05 |
| HSL | 291.86º | 0.89% | 0.52% | - |
| HSV(B) | 291.86º | 0.91% | 0.95% | - |
| XYZ | 43.45 | 20.94 | 85.76 | - |
| YUV | 103.3 | 206.28 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 242 | 0.12 | 0.91 | 0 | 0.05 | 291.86 | 0.89 | 0.52 |
| Hex | D4 | 15 | F2 | C | 5B | 0 | 5 | 124 | 59 | 34 |
| Octal | 324 | 25 | 362 | 14 | 133 | 0 | 5 | 444 | 131 | 64 |
| Binary | 11010100 | 10101 | 11110010 | 1100 | 1011011 | 0 | 101 | 100100100 | 1011001 | 110100 |
Color Harmonies of #D415F2
Complementary color
Monochromatic Colors of #D415F2
Black with #D415F2
Text Example
Text Example
White with #D415F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D415F2; }
p { color: rgb(212,21,242); }
H1.HeaderClassName
{
color: #D415F2;
}
.AnyTagClassName
{
color: #D415F2;
}
</style>
background-color css
<style>
a { background-color: #D415F2; }
a { background-color: rgb(212,21,242); }
div.DivClassName
{
background-color: #D415F2;
}
.BgClassName
{
background-color: #D415F2;
}
</style>
border-color css
<style>
span { border-color: #D415F2; }
span { border-color: rgb(212,21,242); }
td.TdClassName
{
border-color: #D415F2;
}
.TagClassName
{
border-color: #D415F2;
}
</style>