Shades of Psychedelic Purple #D12AFF
Tints of Psychedelic Purple #D12AFF
RGB
CMYK
RGB Variations
Color information
#D12AFF (or 0xD12AFF) is known color: Psychedelic Purple. HEX triplet: D1, 2A and FF. RGB value is (209,42,255). Sum of RGB (Red+Green+Blue) = 209+42+255=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #D12AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12AFF is #2ED500. Grayscale: #737373. Windows color (decimal): -3069185 or 16722641. OLE color: 16722641.
HSL color Cylindrical-coordinate representation of color #D12AFF: hue angle of 287.04º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12AFF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 42 | 255 | - |
| CMYK | 0.18 | 0.84 | 0 | 0 |
| HSL | 287.04º | 1% | 0.58% | - |
| HSV(B) | 287.04º | 0.84% | 1% | - |
| XYZ | 45.17 | 22.43 | 96.56 | - |
| YUV | 116.22 | 206.33 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 255 | 0.18 | 0.84 | 0 | 0 | 287.04 | 1 | 0.58 |
| Hex | D1 | 2A | FF | 12 | 54 | 0 | 0 | 11F | 64 | 3A |
| Octal | 321 | 52 | 377 | 22 | 124 | 0 | 0 | 437 | 144 | 72 |
| Binary | 11010001 | 101010 | 11111111 | 10010 | 1010100 | 0 | 0 | 100011111 | 1100100 | 111010 |
Color Harmonies of #D12AFF
Complementary color
Monochromatic Colors of #D12AFF
Black with #D12AFF
Text Example
Text Example
White with #D12AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12AFF; }
p { color: rgb(209,42,255); }
H1.HeaderClassName
{
color: #D12AFF;
}
.AnyTagClassName
{
color: #D12AFF;
}
</style>
background-color css
<style>
a { background-color: #D12AFF; }
a { background-color: rgb(209,42,255); }
div.DivClassName
{
background-color: #D12AFF;
}
.BgClassName
{
background-color: #D12AFF;
}
</style>
border-color css
<style>
span { border-color: #D12AFF; }
span { border-color: rgb(209,42,255); }
td.TdClassName
{
border-color: #D12AFF;
}
.TagClassName
{
border-color: #D12AFF;
}
</style>