Shades of Psychedelic Purple #D330F5
Tints of Psychedelic Purple #D330F5
RGB
CMYK
RGB Variations
Color information
#D330F5 (or 0xD330F5) is known color: Psychedelic Purple. HEX triplet: D3, 30 and F5. RGB value is (211,48,245). Sum of RGB (Red+Green+Blue) = 211+48+245=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #D330F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D330F5 is #2CCF0A. Grayscale: #767676. Windows color (decimal): -2936587 or 16068819. OLE color: 16068819.
HSL color Cylindrical-coordinate representation of color #D330F5: hue angle of 289.64º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D330F5 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 48 | 245 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.04 |
| HSL | 289.64º | 0.91% | 0.57% | - |
| HSV(B) | 289.64º | 0.8% | 0.96% | - |
| XYZ | 44.4 | 22.56 | 88.4 | - |
| YUV | 119.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 245 | 0.14 | 0.80 | 0 | 0.04 | 289.64 | 0.91 | 0.57 |
| Hex | D3 | 30 | F5 | E | 50 | 0 | 4 | 122 | 5B | 39 |
| Octal | 323 | 60 | 365 | 16 | 120 | 0 | 4 | 442 | 133 | 71 |
| Binary | 11010011 | 110000 | 11110101 | 1110 | 1010000 | 0 | 100 | 100100010 | 1011011 | 111001 |
Color Harmonies of #D330F5
Complementary color
Monochromatic Colors of #D330F5
Black with #D330F5
Text Example
Text Example
White with #D330F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330F5; }
p { color: rgb(211,48,245); }
H1.HeaderClassName
{
color: #D330F5;
}
.AnyTagClassName
{
color: #D330F5;
}
</style>
background-color css
<style>
a { background-color: #D330F5; }
a { background-color: rgb(211,48,245); }
div.DivClassName
{
background-color: #D330F5;
}
.BgClassName
{
background-color: #D330F5;
}
</style>
border-color css
<style>
span { border-color: #D330F5; }
span { border-color: rgb(211,48,245); }
td.TdClassName
{
border-color: #D330F5;
}
.TagClassName
{
border-color: #D330F5;
}
</style>