Shades of Psychedelic Purple #D603EC
Tints of Psychedelic Purple #D603EC
RGB
CMYK
RGB Variations
Color information
#D603EC (or 0xD603EC) is known color: Psychedelic Purple. HEX triplet: D6, 03 and EC. RGB value is (214,3,236). Sum of RGB (Red+Green+Blue) = 214+3+236=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #D603EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D603EC is #29FC13. Grayscale: #5B5B5B. Windows color (decimal): -2751508 or 15467478. OLE color: 15467478.
HSL color Cylindrical-coordinate representation of color #D603EC: hue angle of 294.33º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603EC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 3 | 236 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.07 |
| HSL | 294.33º | 0.97% | 0.47% | - |
| HSV(B) | 294.33º | 0.99% | 0.93% | - |
| XYZ | 42.9 | 20.42 | 81.04 | - |
| YUV | 92.65 | 208.9 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 236 | 0.09 | 0.99 | 0 | 0.07 | 294.33 | 0.97 | 0.47 |
| Hex | D6 | 3 | EC | 9 | 63 | 0 | 7 | 126 | 61 | 2F |
| Octal | 326 | 3 | 354 | 11 | 143 | 0 | 7 | 446 | 141 | 57 |
| Binary | 11010110 | 11 | 11101100 | 1001 | 1100011 | 0 | 111 | 100100110 | 1100001 | 101111 |
Color Harmonies of #D603EC
Complementary color
Monochromatic Colors of #D603EC
Black with #D603EC
Text Example
Text Example
White with #D603EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603EC; }
p { color: rgb(214,3,236); }
H1.HeaderClassName
{
color: #D603EC;
}
.AnyTagClassName
{
color: #D603EC;
}
</style>
background-color css
<style>
a { background-color: #D603EC; }
a { background-color: rgb(214,3,236); }
div.DivClassName
{
background-color: #D603EC;
}
.BgClassName
{
background-color: #D603EC;
}
</style>
border-color css
<style>
span { border-color: #D603EC; }
span { border-color: rgb(214,3,236); }
td.TdClassName
{
border-color: #D603EC;
}
.TagClassName
{
border-color: #D603EC;
}
</style>