Shades of Psychedelic Purple #D408FD
Tints of Psychedelic Purple #D408FD
RGB
CMYK
RGB Variations
Color information
#D408FD (or 0xD408FD) is known color: Psychedelic Purple. HEX triplet: D4, 08 and FD. RGB value is (212,8,253). Sum of RGB (Red+Green+Blue) = 212+8+253=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 8 (3.52% from 255 or 1.69% 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 #D408FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D408FD is #2BF702. Grayscale: #606060. Windows color (decimal): -2881283 or 16582868. OLE color: 16582868.
HSL color Cylindrical-coordinate representation of color #D408FD: hue angle of 289.96º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D408FD is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 8 | 253 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.01 |
| HSL | 289.96º | 0.98% | 0.51% | - |
| HSV(B) | 289.96º | 0.97% | 0.99% | - |
| XYZ | 44.97 | 21.26 | 94.66 | - |
| YUV | 96.93 | 216.09 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 253 | 0.16 | 0.97 | 0 | 0.01 | 289.96 | 0.98 | 0.51 |
| Hex | D4 | 8 | FD | 10 | 61 | 0 | 1 | 122 | 62 | 33 |
| Octal | 324 | 10 | 375 | 20 | 141 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010100 | 1000 | 11111101 | 10000 | 1100001 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D408FD
Complementary color
Monochromatic Colors of #D408FD
Black with #D408FD
Text Example
Text Example
White with #D408FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D408FD; }
p { color: rgb(212,8,253); }
H1.HeaderClassName
{
color: #D408FD;
}
.AnyTagClassName
{
color: #D408FD;
}
</style>
background-color css
<style>
a { background-color: #D408FD; }
a { background-color: rgb(212,8,253); }
div.DivClassName
{
background-color: #D408FD;
}
.BgClassName
{
background-color: #D408FD;
}
</style>
border-color css
<style>
span { border-color: #D408FD; }
span { border-color: rgb(212,8,253); }
td.TdClassName
{
border-color: #D408FD;
}
.TagClassName
{
border-color: #D408FD;
}
</style>