Shades of Psychedelic Purple #D323F7
Tints of Psychedelic Purple #D323F7
RGB
CMYK
RGB Variations
Color information
#D323F7 (or 0xD323F7) is known color: Psychedelic Purple. HEX triplet: D3, 23 and F7. RGB value is (211,35,247). Sum of RGB (Red+Green+Blue) = 211+35+247=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #D323F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323F7 is #2CDC08. Grayscale: #6F6F6F. Windows color (decimal): -2939913 or 16196563. OLE color: 16196563.
HSL color Cylindrical-coordinate representation of color #D323F7: hue angle of 289.81º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D323F7 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 35 | 247 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.03 |
| HSL | 289.81º | 0.93% | 0.55% | - |
| HSV(B) | 289.81º | 0.86% | 0.97% | - |
| XYZ | 44.25 | 21.77 | 89.86 | - |
| YUV | 111.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 247 | 0.15 | 0.86 | 0 | 0.03 | 289.81 | 0.93 | 0.55 |
| Hex | D3 | 23 | F7 | F | 56 | 0 | 3 | 122 | 5D | 37 |
| Octal | 323 | 43 | 367 | 17 | 126 | 0 | 3 | 442 | 135 | 67 |
| Binary | 11010011 | 100011 | 11110111 | 1111 | 1010110 | 0 | 11 | 100100010 | 1011101 | 110111 |
Color Harmonies of #D323F7
Complementary color
Monochromatic Colors of #D323F7
Black with #D323F7
Text Example
Text Example
White with #D323F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D323F7; }
p { color: rgb(211,35,247); }
H1.HeaderClassName
{
color: #D323F7;
}
.AnyTagClassName
{
color: #D323F7;
}
</style>
background-color css
<style>
a { background-color: #D323F7; }
a { background-color: rgb(211,35,247); }
div.DivClassName
{
background-color: #D323F7;
}
.BgClassName
{
background-color: #D323F7;
}
</style>
border-color css
<style>
span { border-color: #D323F7; }
span { border-color: rgb(211,35,247); }
td.TdClassName
{
border-color: #D323F7;
}
.TagClassName
{
border-color: #D323F7;
}
</style>