Shades of Psychedelic Purple #D12DF3
Tints of Psychedelic Purple #D12DF3
RGB
CMYK
RGB Variations
Color information
#D12DF3 (or 0xD12DF3) is known color: Psychedelic Purple. HEX triplet: D1, 2D and F3. RGB value is (209,45,243). Sum of RGB (Red+Green+Blue) = 209+45+243=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 45 (17.97% from 255 or 9.05% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #D12DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12DF3 is #2ED20C. Grayscale: #737373. Windows color (decimal): -3068429 or 15936977. OLE color: 15936977.
HSL color Cylindrical-coordinate representation of color #D12DF3: hue angle of 289.7º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12DF3 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 45 | 243 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.05 |
| HSL | 289.7º | 0.89% | 0.56% | - |
| HSV(B) | 289.7º | 0.81% | 0.95% | - |
| XYZ | 43.41 | 21.9 | 86.73 | - |
| YUV | 116.61 | 199.33 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 243 | 0.14 | 0.81 | 0 | 0.05 | 289.7 | 0.89 | 0.56 |
| Hex | D1 | 2D | F3 | E | 51 | 0 | 5 | 122 | 59 | 38 |
| Octal | 321 | 55 | 363 | 16 | 121 | 0 | 5 | 442 | 131 | 70 |
| Binary | 11010001 | 101101 | 11110011 | 1110 | 1010001 | 0 | 101 | 100100010 | 1011001 | 111000 |
Color Harmonies of #D12DF3
Complementary color
Monochromatic Colors of #D12DF3
Black with #D12DF3
Text Example
Text Example
White with #D12DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DF3; }
p { color: rgb(209,45,243); }
H1.HeaderClassName
{
color: #D12DF3;
}
.AnyTagClassName
{
color: #D12DF3;
}
</style>
background-color css
<style>
a { background-color: #D12DF3; }
a { background-color: rgb(209,45,243); }
div.DivClassName
{
background-color: #D12DF3;
}
.BgClassName
{
background-color: #D12DF3;
}
</style>
border-color css
<style>
span { border-color: #D12DF3; }
span { border-color: rgb(209,45,243); }
td.TdClassName
{
border-color: #D12DF3;
}
.TagClassName
{
border-color: #D12DF3;
}
</style>