Shades of Psychedelic Purple #D812F0
Tints of Psychedelic Purple #D812F0
RGB
CMYK
RGB Variations
Color information
#D812F0 (or 0xD812F0) is known color: Psychedelic Purple. HEX triplet: D8, 12 and F0. RGB value is (216,18,240). Sum of RGB (Red+Green+Blue) = 216+18+240=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #D812F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D812F0 is #27ED0F. Grayscale: #656565. Windows color (decimal): -2616592 or 15733464. OLE color: 15733464.
HSL color Cylindrical-coordinate representation of color #D812F0: hue angle of 293.51º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D812F0 is Cyan = 0.1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 18 | 240 | - |
| CMYK | 0.1 | 0.92 | 0 | 0.06 |
| HSL | 293.51º | 0.88% | 0.51% | - |
| HSV(B) | 293.51º | 0.93% | 0.94% | - |
| XYZ | 44.26 | 21.32 | 84.22 | - |
| YUV | 102.51 | 205.6 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 240 | 0.1 | 0.92 | 0 | 0.06 | 293.51 | 0.88 | 0.51 |
| Hex | D8 | 12 | F0 | A | 5C | 0 | 6 | 126 | 58 | 33 |
| Octal | 330 | 22 | 360 | 12 | 134 | 0 | 6 | 446 | 130 | 63 |
| Binary | 11011000 | 10010 | 11110000 | 1010 | 1011100 | 0 | 110 | 100100110 | 1011000 | 110011 |
Color Harmonies of #D812F0
Complementary color
Monochromatic Colors of #D812F0
Black with #D812F0
Text Example
Text Example
White with #D812F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812F0; }
p { color: rgb(216,18,240); }
H1.HeaderClassName
{
color: #D812F0;
}
.AnyTagClassName
{
color: #D812F0;
}
</style>
background-color css
<style>
a { background-color: #D812F0; }
a { background-color: rgb(216,18,240); }
div.DivClassName
{
background-color: #D812F0;
}
.BgClassName
{
background-color: #D812F0;
}
</style>
border-color css
<style>
span { border-color: #D812F0; }
span { border-color: rgb(216,18,240); }
td.TdClassName
{
border-color: #D812F0;
}
.TagClassName
{
border-color: #D812F0;
}
</style>