Shades of Psychedelic Purple #D603FB
Tints of Psychedelic Purple #D603FB
RGB
CMYK
RGB Variations
Color information
#D603FB (or 0xD603FB) is known color: Psychedelic Purple. HEX triplet: D6, 03 and FB. RGB value is (214,3,251). Sum of RGB (Red+Green+Blue) = 214+3+251=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #D603FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D603FB is #29FC04. Grayscale: #5D5D5D. Windows color (decimal): -2751493 or 16450518. OLE color: 16450518.
HSL color Cylindrical-coordinate representation of color #D603FB: hue angle of 291.05º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603FB is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 3 | 251 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.02 |
| HSL | 291.05º | 0.98% | 0.5% | - |
| HSV(B) | 291.05º | 0.99% | 0.98% | - |
| XYZ | 45.18 | 21.33 | 93 | - |
| YUV | 94.36 | 216.4 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 251 | 0.15 | 0.99 | 0 | 0.02 | 291.05 | 0.98 | 0.5 |
| Hex | D6 | 3 | FB | F | 63 | 0 | 2 | 123 | 62 | 32 |
| Octal | 326 | 3 | 373 | 17 | 143 | 0 | 2 | 443 | 142 | 62 |
| Binary | 11010110 | 11 | 11111011 | 1111 | 1100011 | 0 | 10 | 100100011 | 1100010 | 110010 |
Color Harmonies of #D603FB
Complementary color
Monochromatic Colors of #D603FB
Black with #D603FB
Text Example
Text Example
White with #D603FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603FB; }
p { color: rgb(214,3,251); }
H1.HeaderClassName
{
color: #D603FB;
}
.AnyTagClassName
{
color: #D603FB;
}
</style>
background-color css
<style>
a { background-color: #D603FB; }
a { background-color: rgb(214,3,251); }
div.DivClassName
{
background-color: #D603FB;
}
.BgClassName
{
background-color: #D603FB;
}
</style>
border-color css
<style>
span { border-color: #D603FB; }
span { border-color: rgb(214,3,251); }
td.TdClassName
{
border-color: #D603FB;
}
.TagClassName
{
border-color: #D603FB;
}
</style>