Shades of Psychedelic Purple #D603FF
Tints of Psychedelic Purple #D603FF
RGB
CMYK
RGB Variations
Color information
#D603FF (or 0xD603FF) is known color: Psychedelic Purple. HEX triplet: D6, 03 and FF. RGB value is (214,3,255). Sum of RGB (Red+Green+Blue) = 214+3+255=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 3 (1.56% from 255 or 0.64% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #D603FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D603FF is #29FC00. Grayscale: #5E5E5E. Windows color (decimal): -2751489 or 16712662. OLE color: 16712662.
HSL color Cylindrical-coordinate representation of color #D603FF: hue angle of 290.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603FF is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 3 | 255 | - |
| CMYK | 0.16 | 0.99 | 0 | 0 |
| HSL | 290.24º | 1% | 0.51% | - |
| HSV(B) | 290.24º | 0.99% | 1% | - |
| XYZ | 45.81 | 21.58 | 96.36 | - |
| YUV | 94.82 | 218.4 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 255 | 0.16 | 0.99 | 0 | 0 | 290.24 | 1 | 0.51 |
| Hex | D6 | 3 | FF | 10 | 63 | 0 | 0 | 122 | 64 | 33 |
| Octal | 326 | 3 | 377 | 20 | 143 | 0 | 0 | 442 | 144 | 63 |
| Binary | 11010110 | 11 | 11111111 | 10000 | 1100011 | 0 | 0 | 100100010 | 1100100 | 110011 |
Color Harmonies of #D603FF
Complementary color
Monochromatic Colors of #D603FF
Black with #D603FF
Text Example
Text Example
White with #D603FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603FF; }
p { color: rgb(214,3,255); }
H1.HeaderClassName
{
color: #D603FF;
}
.AnyTagClassName
{
color: #D603FF;
}
</style>
background-color css
<style>
a { background-color: #D603FF; }
a { background-color: rgb(214,3,255); }
div.DivClassName
{
background-color: #D603FF;
}
.BgClassName
{
background-color: #D603FF;
}
</style>
border-color css
<style>
span { border-color: #D603FF; }
span { border-color: rgb(214,3,255); }
td.TdClassName
{
border-color: #D603FF;
}
.TagClassName
{
border-color: #D603FF;
}
</style>