Shades of Psychedelic Purple #D323F6
Tints of Psychedelic Purple #D323F6
RGB
CMYK
RGB Variations
Color information
#D323F6 (or 0xD323F6) is known color: Psychedelic Purple. HEX triplet: D3, 23 and F6. RGB value is (211,35,246). Sum of RGB (Red+Green+Blue) = 211+35+246=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 35 (14.06% from 255 or 7.11% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #D323F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323F6 is #2CDC09. Grayscale: #6F6F6F. Windows color (decimal): -2939914 or 16131027. OLE color: 16131027.
HSL color Cylindrical-coordinate representation of color #D323F6: hue angle of 290.05º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D323F6 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 35 | 246 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.04 |
| HSL | 290.05º | 0.92% | 0.55% | - |
| HSV(B) | 290.05º | 0.86% | 0.96% | - |
| XYZ | 44.1 | 21.7 | 89.05 | - |
| YUV | 111.68 | 203.81 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 246 | 0.14 | 0.86 | 0 | 0.04 | 290.05 | 0.92 | 0.55 |
| Hex | D3 | 23 | F6 | E | 56 | 0 | 4 | 122 | 5C | 37 |
| Octal | 323 | 43 | 366 | 16 | 126 | 0 | 4 | 442 | 134 | 67 |
| Binary | 11010011 | 100011 | 11110110 | 1110 | 1010110 | 0 | 100 | 100100010 | 1011100 | 110111 |
Color Harmonies of #D323F6
Complementary color
Monochromatic Colors of #D323F6
Black with #D323F6
Text Example
Text Example
White with #D323F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D323F6; }
p { color: rgb(211,35,246); }
H1.HeaderClassName
{
color: #D323F6;
}
.AnyTagClassName
{
color: #D323F6;
}
</style>
background-color css
<style>
a { background-color: #D323F6; }
a { background-color: rgb(211,35,246); }
div.DivClassName
{
background-color: #D323F6;
}
.BgClassName
{
background-color: #D323F6;
}
</style>
border-color css
<style>
span { border-color: #D323F6; }
span { border-color: rgb(211,35,246); }
td.TdClassName
{
border-color: #D323F6;
}
.TagClassName
{
border-color: #D323F6;
}
</style>