Shades of Psychedelic Purple #D506FD
Tints of Psychedelic Purple #D506FD
RGB
CMYK
RGB Variations
Color information
#D506FD (or 0xD506FD) is known color: Psychedelic Purple. HEX triplet: D5, 06 and FD. RGB value is (213,6,253). Sum of RGB (Red+Green+Blue) = 213+6+253=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #D506FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D506FD is #2AF902. Grayscale: #5F5F5F. Windows color (decimal): -2816259 or 16582357. OLE color: 16582357.
HSL color Cylindrical-coordinate representation of color #D506FD: hue angle of 290.28º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D506FD is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 6 | 253 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.01 |
| HSL | 290.28º | 0.98% | 0.51% | - |
| HSV(B) | 290.28º | 0.98% | 0.99% | - |
| XYZ | 45.24 | 21.37 | 94.67 | - |
| YUV | 96.05 | 216.58 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 253 | 0.16 | 0.98 | 0 | 0.01 | 290.28 | 0.98 | 0.51 |
| Hex | D5 | 6 | FD | 10 | 62 | 0 | 1 | 122 | 62 | 33 |
| Octal | 325 | 6 | 375 | 20 | 142 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010101 | 110 | 11111101 | 10000 | 1100010 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D506FD
Complementary color
Monochromatic Colors of #D506FD
Black with #D506FD
Text Example
Text Example
White with #D506FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D506FD; }
p { color: rgb(213,6,253); }
H1.HeaderClassName
{
color: #D506FD;
}
.AnyTagClassName
{
color: #D506FD;
}
</style>
background-color css
<style>
a { background-color: #D506FD; }
a { background-color: rgb(213,6,253); }
div.DivClassName
{
background-color: #D506FD;
}
.BgClassName
{
background-color: #D506FD;
}
</style>
border-color css
<style>
span { border-color: #D506FD; }
span { border-color: rgb(213,6,253); }
td.TdClassName
{
border-color: #D506FD;
}
.TagClassName
{
border-color: #D506FD;
}
</style>