Shades of Psychedelic Purple #D12DEF
Tints of Psychedelic Purple #D12DEF
RGB
CMYK
RGB Variations
Color information
#D12DEF (or 0xD12DEF) is known color: Psychedelic Purple. HEX triplet: D1, 2D and EF. RGB value is (209,45,239). Sum of RGB (Red+Green+Blue) = 209+45+239=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #D12DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12DEF is #2ED210. Grayscale: #737373. Windows color (decimal): -3068433 or 15674833. OLE color: 15674833.
HSL color Cylindrical-coordinate representation of color #D12DEF: hue angle of 290.72º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12DEF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 45 | 239 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.06 |
| HSL | 290.72º | 0.86% | 0.56% | - |
| HSV(B) | 290.72º | 0.81% | 0.94% | - |
| XYZ | 42.81 | 21.66 | 83.59 | - |
| YUV | 116.15 | 197.33 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 239 | 0.13 | 0.81 | 0 | 0.06 | 290.72 | 0.86 | 0.56 |
| Hex | D1 | 2D | EF | D | 51 | 0 | 6 | 123 | 56 | 38 |
| Octal | 321 | 55 | 357 | 15 | 121 | 0 | 6 | 443 | 126 | 70 |
| Binary | 11010001 | 101101 | 11101111 | 1101 | 1010001 | 0 | 110 | 100100011 | 1010110 | 111000 |
Color Harmonies of #D12DEF
Complementary color
Monochromatic Colors of #D12DEF
Black with #D12DEF
Text Example
Text Example
White with #D12DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DEF; }
p { color: rgb(209,45,239); }
H1.HeaderClassName
{
color: #D12DEF;
}
.AnyTagClassName
{
color: #D12DEF;
}
</style>
background-color css
<style>
a { background-color: #D12DEF; }
a { background-color: rgb(209,45,239); }
div.DivClassName
{
background-color: #D12DEF;
}
.BgClassName
{
background-color: #D12DEF;
}
</style>
border-color css
<style>
span { border-color: #D12DEF; }
span { border-color: rgb(209,45,239); }
td.TdClassName
{
border-color: #D12DEF;
}
.TagClassName
{
border-color: #D12DEF;
}
</style>