Shades of Psychedelic Purple #D012FD
Tints of Psychedelic Purple #D012FD
RGB
CMYK
RGB Variations
Color information
#D012FD (or 0xD012FD) is known color: Psychedelic Purple. HEX triplet: D0, 12 and FD. RGB value is (208,18,253). Sum of RGB (Red+Green+Blue) = 208+18+253=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 18 (7.42% from 255 or 3.76% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #D012FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012FD is #2FED02. Grayscale: #646464. Windows color (decimal): -3140867 or 16585424. OLE color: 16585424.
HSL color Cylindrical-coordinate representation of color #D012FD: hue angle of 288.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D012FD is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 18 | 253 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.01 |
| HSL | 288.51º | 0.98% | 0.53% | - |
| HSV(B) | 288.51º | 0.93% | 0.99% | - |
| XYZ | 43.96 | 20.93 | 94.65 | - |
| YUV | 101.6 | 213.45 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 253 | 0.18 | 0.93 | 0 | 0.01 | 288.51 | 0.98 | 0.53 |
| Hex | D0 | 12 | FD | 12 | 5D | 0 | 1 | 121 | 62 | 35 |
| Octal | 320 | 22 | 375 | 22 | 135 | 0 | 1 | 441 | 142 | 65 |
| Binary | 11010000 | 10010 | 11111101 | 10010 | 1011101 | 0 | 1 | 100100001 | 1100010 | 110101 |
Color Harmonies of #D012FD
Complementary color
Monochromatic Colors of #D012FD
Black with #D012FD
Text Example
Text Example
White with #D012FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D012FD; }
p { color: rgb(208,18,253); }
H1.HeaderClassName
{
color: #D012FD;
}
.AnyTagClassName
{
color: #D012FD;
}
</style>
background-color css
<style>
a { background-color: #D012FD; }
a { background-color: rgb(208,18,253); }
div.DivClassName
{
background-color: #D012FD;
}
.BgClassName
{
background-color: #D012FD;
}
</style>
border-color css
<style>
span { border-color: #D012FD; }
span { border-color: rgb(208,18,253); }
td.TdClassName
{
border-color: #D012FD;
}
.TagClassName
{
border-color: #D012FD;
}
</style>