Shades of Psychedelic Purple #D012F6
Tints of Psychedelic Purple #D012F6
RGB
CMYK
RGB Variations
Color information
#D012F6 (or 0xD012F6) is known color: Psychedelic Purple. HEX triplet: D0, 12 and F6. RGB value is (208,18,246). Sum of RGB (Red+Green+Blue) = 208+18+246=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #D012F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012F6 is #2FED09. Grayscale: #646464. Windows color (decimal): -3140874 or 16126672. OLE color: 16126672.
HSL color Cylindrical-coordinate representation of color #D012F6: hue angle of 290º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D012F6 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 18 | 246 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.04 |
| HSL | 290º | 0.93% | 0.52% | - |
| HSV(B) | 290º | 0.93% | 0.96% | - |
| XYZ | 42.86 | 20.5 | 88.89 | - |
| YUV | 100.8 | 209.95 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 246 | 0.15 | 0.93 | 0 | 0.04 | 290 | 0.93 | 0.52 |
| Hex | D0 | 12 | F6 | F | 5D | 0 | 4 | 122 | 5D | 34 |
| Octal | 320 | 22 | 366 | 17 | 135 | 0 | 4 | 442 | 135 | 64 |
| Binary | 11010000 | 10010 | 11110110 | 1111 | 1011101 | 0 | 100 | 100100010 | 1011101 | 110100 |
Color Harmonies of #D012F6
Complementary color
Monochromatic Colors of #D012F6
Black with #D012F6
Text Example
Text Example
White with #D012F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D012F6; }
p { color: rgb(208,18,246); }
H1.HeaderClassName
{
color: #D012F6;
}
.AnyTagClassName
{
color: #D012F6;
}
</style>
background-color css
<style>
a { background-color: #D012F6; }
a { background-color: rgb(208,18,246); }
div.DivClassName
{
background-color: #D012F6;
}
.BgClassName
{
background-color: #D012F6;
}
</style>
border-color css
<style>
span { border-color: #D012F6; }
span { border-color: rgb(208,18,246); }
td.TdClassName
{
border-color: #D012F6;
}
.TagClassName
{
border-color: #D012F6;
}
</style>