Shades of Psychedelic Purple #D305ED
Tints of Psychedelic Purple #D305ED
RGB
CMYK
RGB Variations
Color information
#D305ED (or 0xD305ED) is known color: Psychedelic Purple. HEX triplet: D3, 05 and ED. RGB value is (211,5,237). Sum of RGB (Red+Green+Blue) = 211+5+237=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #D305ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D305ED is #2CFA12. Grayscale: #5C5C5C. Windows color (decimal): -2947603 or 15533523. OLE color: 15533523.
HSL color Cylindrical-coordinate representation of color #D305ED: hue angle of 293.28º degrees, saturation: 0.96, 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 #D305ED is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 5 | 237 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.07 |
| HSL | 293.28º | 0.96% | 0.47% | - |
| HSV(B) | 293.28º | 0.98% | 0.93% | - |
| XYZ | 42.2 | 20.07 | 81.77 | - |
| YUV | 93.04 | 209.25 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 237 | 0.11 | 0.98 | 0 | 0.07 | 293.28 | 0.96 | 0.47 |
| Hex | D3 | 5 | ED | B | 62 | 0 | 7 | 125 | 60 | 2F |
| Octal | 323 | 5 | 355 | 13 | 142 | 0 | 7 | 445 | 140 | 57 |
| Binary | 11010011 | 101 | 11101101 | 1011 | 1100010 | 0 | 111 | 100100101 | 1100000 | 101111 |
Color Harmonies of #D305ED
Complementary color
Monochromatic Colors of #D305ED
Black with #D305ED
Text Example
Text Example
White with #D305ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305ED; }
p { color: rgb(211,5,237); }
H1.HeaderClassName
{
color: #D305ED;
}
.AnyTagClassName
{
color: #D305ED;
}
</style>
background-color css
<style>
a { background-color: #D305ED; }
a { background-color: rgb(211,5,237); }
div.DivClassName
{
background-color: #D305ED;
}
.BgClassName
{
background-color: #D305ED;
}
</style>
border-color css
<style>
span { border-color: #D305ED; }
span { border-color: rgb(211,5,237); }
td.TdClassName
{
border-color: #D305ED;
}
.TagClassName
{
border-color: #D305ED;
}
</style>