Shades of Psychedelic Purple #D705FD
Tints of Psychedelic Purple #D705FD
RGB
CMYK
RGB Variations
Color information
#D705FD (or 0xD705FD) is known color: Psychedelic Purple. HEX triplet: D7, 05 and FD. RGB value is (215,5,253). Sum of RGB (Red+Green+Blue) = 215+5+253=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #D705FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D705FD is #28FA02. Grayscale: #5F5F5F. Windows color (decimal): -2685443 or 16582103. OLE color: 16582103.
HSL color Cylindrical-coordinate representation of color #D705FD: hue angle of 290.81º 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 #D705FD is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 5 | 253 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.01 |
| HSL | 290.81º | 0.98% | 0.51% | - |
| HSV(B) | 290.81º | 0.98% | 0.99% | - |
| XYZ | 45.81 | 21.65 | 94.69 | - |
| YUV | 96.06 | 216.57 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 253 | 0.15 | 0.98 | 0 | 0.01 | 290.81 | 0.98 | 0.51 |
| Hex | D7 | 5 | FD | F | 62 | 0 | 1 | 123 | 62 | 33 |
| Octal | 327 | 5 | 375 | 17 | 142 | 0 | 1 | 443 | 142 | 63 |
| Binary | 11010111 | 101 | 11111101 | 1111 | 1100010 | 0 | 1 | 100100011 | 1100010 | 110011 |
Color Harmonies of #D705FD
Complementary color
Monochromatic Colors of #D705FD
Black with #D705FD
Text Example
Text Example
White with #D705FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D705FD; }
p { color: rgb(215,5,253); }
H1.HeaderClassName
{
color: #D705FD;
}
.AnyTagClassName
{
color: #D705FD;
}
</style>
background-color css
<style>
a { background-color: #D705FD; }
a { background-color: rgb(215,5,253); }
div.DivClassName
{
background-color: #D705FD;
}
.BgClassName
{
background-color: #D705FD;
}
</style>
border-color css
<style>
span { border-color: #D705FD; }
span { border-color: rgb(215,5,253); }
td.TdClassName
{
border-color: #D705FD;
}
.TagClassName
{
border-color: #D705FD;
}
</style>