Shades of Psychedelic Purple #D312F2
Tints of Psychedelic Purple #D312F2
RGB
CMYK
RGB Variations
Color information
#D312F2 (or 0xD312F2) is known color: Psychedelic Purple. HEX triplet: D3, 12 and F2. RGB value is (211,18,242). Sum of RGB (Red+Green+Blue) = 211+18+242=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #D312F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D312F2 is #2CED0D. Grayscale: #646464. Windows color (decimal): -2944270 or 15864531. OLE color: 15864531.
HSL color Cylindrical-coordinate representation of color #D312F2: hue angle of 291.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D312F2 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 18 | 242 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.05 |
| HSL | 291.7º | 0.9% | 0.51% | - |
| HSV(B) | 291.7º | 0.93% | 0.95% | - |
| XYZ | 43.11 | 20.69 | 85.73 | - |
| YUV | 101.24 | 207.44 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 242 | 0.13 | 0.93 | 0 | 0.05 | 291.7 | 0.9 | 0.51 |
| Hex | D3 | 12 | F2 | D | 5D | 0 | 5 | 124 | 5A | 33 |
| Octal | 323 | 22 | 362 | 15 | 135 | 0 | 5 | 444 | 132 | 63 |
| Binary | 11010011 | 10010 | 11110010 | 1101 | 1011101 | 0 | 101 | 100100100 | 1011010 | 110011 |
Color Harmonies of #D312F2
Complementary color
Monochromatic Colors of #D312F2
Black with #D312F2
Text Example
Text Example
White with #D312F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312F2; }
p { color: rgb(211,18,242); }
H1.HeaderClassName
{
color: #D312F2;
}
.AnyTagClassName
{
color: #D312F2;
}
</style>
background-color css
<style>
a { background-color: #D312F2; }
a { background-color: rgb(211,18,242); }
div.DivClassName
{
background-color: #D312F2;
}
.BgClassName
{
background-color: #D312F2;
}
</style>
border-color css
<style>
span { border-color: #D312F2; }
span { border-color: rgb(211,18,242); }
td.TdClassName
{
border-color: #D312F2;
}
.TagClassName
{
border-color: #D312F2;
}
</style>