Shades of Psychedelic Purple #D012F2
Tints of Psychedelic Purple #D012F2
RGB
CMYK
RGB Variations
Color information
#D012F2 (or 0xD012F2) is known color: Psychedelic Purple. HEX triplet: D0, 12 and F2. RGB value is (208,18,242). Sum of RGB (Red+Green+Blue) = 208+18+242=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #D012F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012F2 is #2FED0D. Grayscale: #636363. Windows color (decimal): -3140878 or 15864528. OLE color: 15864528.
HSL color Cylindrical-coordinate representation of color #D012F2: hue angle of 290.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D012F2 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 18 | 242 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.05 |
| HSL | 290.89º | 0.9% | 0.51% | - |
| HSV(B) | 290.89º | 0.93% | 0.95% | - |
| XYZ | 42.26 | 20.25 | 85.69 | - |
| YUV | 100.35 | 207.95 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 242 | 0.14 | 0.93 | 0 | 0.05 | 290.89 | 0.9 | 0.51 |
| Hex | D0 | 12 | F2 | E | 5D | 0 | 5 | 123 | 5A | 33 |
| Octal | 320 | 22 | 362 | 16 | 135 | 0 | 5 | 443 | 132 | 63 |
| Binary | 11010000 | 10010 | 11110010 | 1110 | 1011101 | 0 | 101 | 100100011 | 1011010 | 110011 |
Color Harmonies of #D012F2
Complementary color
Monochromatic Colors of #D012F2
Black with #D012F2
Text Example
Text Example
White with #D012F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D012F2; }
p { color: rgb(208,18,242); }
H1.HeaderClassName
{
color: #D012F2;
}
.AnyTagClassName
{
color: #D012F2;
}
</style>
background-color css
<style>
a { background-color: #D012F2; }
a { background-color: rgb(208,18,242); }
div.DivClassName
{
background-color: #D012F2;
}
.BgClassName
{
background-color: #D012F2;
}
</style>
border-color css
<style>
span { border-color: #D012F2; }
span { border-color: rgb(208,18,242); }
td.TdClassName
{
border-color: #D012F2;
}
.TagClassName
{
border-color: #D012F2;
}
</style>