Shades of Psychedelic Purple #D330F3
Tints of Psychedelic Purple #D330F3
RGB
CMYK
RGB Variations
Color information
#D330F3 (or 0xD330F3) is known color: Psychedelic Purple. HEX triplet: D3, 30 and F3. RGB value is (211,48,243). Sum of RGB (Red+Green+Blue) = 211+48+243=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #D330F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D330F3 is #2CCF0C. Grayscale: #767676. Windows color (decimal): -2936589 or 15937747. OLE color: 15937747.
HSL color Cylindrical-coordinate representation of color #D330F3: hue angle of 290.15º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D330F3 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 48 | 243 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.05 |
| HSL | 290.15º | 0.89% | 0.57% | - |
| HSV(B) | 290.15º | 0.8% | 0.95% | - |
| XYZ | 44.1 | 22.43 | 86.8 | - |
| YUV | 118.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 243 | 0.13 | 0.80 | 0 | 0.05 | 290.15 | 0.89 | 0.57 |
| Hex | D3 | 30 | F3 | D | 50 | 0 | 5 | 122 | 59 | 39 |
| Octal | 323 | 60 | 363 | 15 | 120 | 0 | 5 | 442 | 131 | 71 |
| Binary | 11010011 | 110000 | 11110011 | 1101 | 1010000 | 0 | 101 | 100100010 | 1011001 | 111001 |
Color Harmonies of #D330F3
Complementary color
Monochromatic Colors of #D330F3
Black with #D330F3
Text Example
Text Example
White with #D330F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330F3; }
p { color: rgb(211,48,243); }
H1.HeaderClassName
{
color: #D330F3;
}
.AnyTagClassName
{
color: #D330F3;
}
</style>
background-color css
<style>
a { background-color: #D330F3; }
a { background-color: rgb(211,48,243); }
div.DivClassName
{
background-color: #D330F3;
}
.BgClassName
{
background-color: #D330F3;
}
</style>
border-color css
<style>
span { border-color: #D330F3; }
span { border-color: rgb(211,48,243); }
td.TdClassName
{
border-color: #D330F3;
}
.TagClassName
{
border-color: #D330F3;
}
</style>