Shades of Psychedelic Purple #D304ED
Tints of Psychedelic Purple #D304ED
RGB
CMYK
RGB Variations
Color information
#D304ED (or 0xD304ED) is known color: Psychedelic Purple. HEX triplet: D3, 04 and ED. RGB value is (211,4,237). Sum of RGB (Red+Green+Blue) = 211+4+237=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 4 (1.95% from 255 or 0.88% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #D304ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D304ED is #2CFB12. Grayscale: #5B5B5B. Windows color (decimal): -2947859 or 15533267. OLE color: 15533267.
HSL color Cylindrical-coordinate representation of color #D304ED: hue angle of 293.3º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D304ED is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 4 | 237 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.07 |
| HSL | 293.3º | 0.97% | 0.47% | - |
| HSV(B) | 293.3º | 0.98% | 0.93% | - |
| XYZ | 42.19 | 20.05 | 81.77 | - |
| YUV | 92.46 | 209.58 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 237 | 0.11 | 0.98 | 0 | 0.07 | 293.3 | 0.97 | 0.47 |
| Hex | D3 | 4 | ED | B | 62 | 0 | 7 | 125 | 61 | 2F |
| Octal | 323 | 4 | 355 | 13 | 142 | 0 | 7 | 445 | 141 | 57 |
| Binary | 11010011 | 100 | 11101101 | 1011 | 1100010 | 0 | 111 | 100100101 | 1100001 | 101111 |
Color Harmonies of #D304ED
Complementary color
Monochromatic Colors of #D304ED
Black with #D304ED
Text Example
Text Example
White with #D304ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D304ED; }
p { color: rgb(211,4,237); }
H1.HeaderClassName
{
color: #D304ED;
}
.AnyTagClassName
{
color: #D304ED;
}
</style>
background-color css
<style>
a { background-color: #D304ED; }
a { background-color: rgb(211,4,237); }
div.DivClassName
{
background-color: #D304ED;
}
.BgClassName
{
background-color: #D304ED;
}
</style>
border-color css
<style>
span { border-color: #D304ED; }
span { border-color: rgb(211,4,237); }
td.TdClassName
{
border-color: #D304ED;
}
.TagClassName
{
border-color: #D304ED;
}
</style>