Shades of Psychedelic Purple #D438FD
Tints of Psychedelic Purple #D438FD
RGB
CMYK
RGB Variations
Color information
#D438FD (or 0xD438FD) is known color: Psychedelic Purple. HEX triplet: D4, 38 and FD. RGB value is (212,56,253). Sum of RGB (Red+Green+Blue) = 212+56+253=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #D438FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D438FD is #2BC702. Grayscale: #7C7C7C. Windows color (decimal): -2868995 or 16595156. OLE color: 16595156.
HSL color Cylindrical-coordinate representation of color #D438FD: hue angle of 287.51º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D438FD is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 56 | 253 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.01 |
| HSL | 287.51º | 0.98% | 0.61% | - |
| HSV(B) | 287.51º | 0.78% | 0.99% | - |
| XYZ | 46.3 | 23.92 | 95.1 | - |
| YUV | 125.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 253 | 0.16 | 0.78 | 0 | 0.01 | 287.51 | 0.98 | 0.61 |
| Hex | D4 | 38 | FD | 10 | 4E | 0 | 1 | 120 | 62 | 3D |
| Octal | 324 | 70 | 375 | 20 | 116 | 0 | 1 | 440 | 142 | 75 |
| Binary | 11010100 | 111000 | 11111101 | 10000 | 1001110 | 0 | 1 | 100100000 | 1100010 | 111101 |
Color Harmonies of #D438FD
Complementary color
Monochromatic Colors of #D438FD
Black with #D438FD
Text Example
Text Example
White with #D438FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438FD; }
p { color: rgb(212,56,253); }
H1.HeaderClassName
{
color: #D438FD;
}
.AnyTagClassName
{
color: #D438FD;
}
</style>
background-color css
<style>
a { background-color: #D438FD; }
a { background-color: rgb(212,56,253); }
div.DivClassName
{
background-color: #D438FD;
}
.BgClassName
{
background-color: #D438FD;
}
</style>
border-color css
<style>
span { border-color: #D438FD; }
span { border-color: rgb(212,56,253); }
td.TdClassName
{
border-color: #D438FD;
}
.TagClassName
{
border-color: #D438FD;
}
</style>