Shades of Psychedelic Purple #D12BFF
Tints of Psychedelic Purple #D12BFF
RGB
CMYK
RGB Variations
Color information
#D12BFF (or 0xD12BFF) is known color: Psychedelic Purple. HEX triplet: D1, 2B and FF. RGB value is (209,43,255). Sum of RGB (Red+Green+Blue) = 209+43+255=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 43 (17.19% from 255 or 8.48% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #D12BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12BFF is #2ED400. Grayscale: #747474. Windows color (decimal): -3068929 or 16722897. OLE color: 16722897.
HSL color Cylindrical-coordinate representation of color #D12BFF: hue angle of 286.98º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12BFF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 43 | 255 | - |
| CMYK | 0.18 | 0.83 | 0 | 0 |
| HSL | 286.98º | 1% | 0.58% | - |
| HSV(B) | 286.98º | 0.83% | 1% | - |
| XYZ | 45.21 | 22.5 | 96.57 | - |
| YUV | 116.8 | 206 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 255 | 0.18 | 0.83 | 0 | 0 | 286.98 | 1 | 0.58 |
| Hex | D1 | 2B | FF | 12 | 53 | 0 | 0 | 11F | 64 | 3A |
| Octal | 321 | 53 | 377 | 22 | 123 | 0 | 0 | 437 | 144 | 72 |
| Binary | 11010001 | 101011 | 11111111 | 10010 | 1010011 | 0 | 0 | 100011111 | 1100100 | 111010 |
Color Harmonies of #D12BFF
Complementary color
Monochromatic Colors of #D12BFF
Black with #D12BFF
Text Example
Text Example
White with #D12BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BFF; }
p { color: rgb(209,43,255); }
H1.HeaderClassName
{
color: #D12BFF;
}
.AnyTagClassName
{
color: #D12BFF;
}
</style>
background-color css
<style>
a { background-color: #D12BFF; }
a { background-color: rgb(209,43,255); }
div.DivClassName
{
background-color: #D12BFF;
}
.BgClassName
{
background-color: #D12BFF;
}
</style>
border-color css
<style>
span { border-color: #D12BFF; }
span { border-color: rgb(209,43,255); }
td.TdClassName
{
border-color: #D12BFF;
}
.TagClassName
{
border-color: #D12BFF;
}
</style>