Shades of Psychedelic Purple #D812F3
Tints of Psychedelic Purple #D812F3
RGB
CMYK
RGB Variations
Color information
#D812F3 (or 0xD812F3) is known color: Psychedelic Purple. HEX triplet: D8, 12 and F3. RGB value is (216,18,243). Sum of RGB (Red+Green+Blue) = 216+18+243=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #D812F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D812F3 is #27ED0C. Grayscale: #666666. Windows color (decimal): -2616589 or 15930072. OLE color: 15930072.
HSL color Cylindrical-coordinate representation of color #D812F3: hue angle of 292.8º 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 #D812F3 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 18 | 243 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.05 |
| HSL | 292.8º | 0.9% | 0.51% | - |
| HSV(B) | 292.8º | 0.93% | 0.95% | - |
| XYZ | 44.71 | 21.5 | 86.59 | - |
| YUV | 102.85 | 207.1 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 243 | 0.11 | 0.93 | 0 | 0.05 | 292.8 | 0.9 | 0.51 |
| Hex | D8 | 12 | F3 | B | 5D | 0 | 5 | 125 | 5A | 33 |
| Octal | 330 | 22 | 363 | 13 | 135 | 0 | 5 | 445 | 132 | 63 |
| Binary | 11011000 | 10010 | 11110011 | 1011 | 1011101 | 0 | 101 | 100100101 | 1011010 | 110011 |
Color Harmonies of #D812F3
Complementary color
Monochromatic Colors of #D812F3
Black with #D812F3
Text Example
Text Example
White with #D812F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812F3; }
p { color: rgb(216,18,243); }
H1.HeaderClassName
{
color: #D812F3;
}
.AnyTagClassName
{
color: #D812F3;
}
</style>
background-color css
<style>
a { background-color: #D812F3; }
a { background-color: rgb(216,18,243); }
div.DivClassName
{
background-color: #D812F3;
}
.BgClassName
{
background-color: #D812F3;
}
</style>
border-color css
<style>
span { border-color: #D812F3; }
span { border-color: rgb(216,18,243); }
td.TdClassName
{
border-color: #D812F3;
}
.TagClassName
{
border-color: #D812F3;
}
</style>