Shades of Psychedelic Purple #D024FC
Tints of Psychedelic Purple #D024FC
RGB
CMYK
RGB Variations
Color information
#D024FC (or 0xD024FC) is known color: Psychedelic Purple. HEX triplet: D0, 24 and FC. RGB value is (208,36,252). Sum of RGB (Red+Green+Blue) = 208+36+252=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 36 (14.45% from 255 or 7.26% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #D024FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024FC is #2FDB03. Grayscale: #6F6F6F. Windows color (decimal): -3136260 or 16524496. OLE color: 16524496.
HSL color Cylindrical-coordinate representation of color #D024FC: hue angle of 287.78º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D024FC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 36 | 252 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.01 |
| HSL | 287.78º | 0.97% | 0.56% | - |
| HSV(B) | 287.78º | 0.86% | 0.99% | - |
| XYZ | 44.21 | 21.7 | 93.95 | - |
| YUV | 112.05 | 206.98 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 252 | 0.17 | 0.86 | 0 | 0.01 | 287.78 | 0.97 | 0.56 |
| Hex | D0 | 24 | FC | 11 | 56 | 0 | 1 | 120 | 61 | 38 |
| Octal | 320 | 44 | 374 | 21 | 126 | 0 | 1 | 440 | 141 | 70 |
| Binary | 11010000 | 100100 | 11111100 | 10001 | 1010110 | 0 | 1 | 100100000 | 1100001 | 111000 |
Color Harmonies of #D024FC
Complementary color
Monochromatic Colors of #D024FC
Black with #D024FC
Text Example
Text Example
White with #D024FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024FC; }
p { color: rgb(208,36,252); }
H1.HeaderClassName
{
color: #D024FC;
}
.AnyTagClassName
{
color: #D024FC;
}
</style>
background-color css
<style>
a { background-color: #D024FC; }
a { background-color: rgb(208,36,252); }
div.DivClassName
{
background-color: #D024FC;
}
.BgClassName
{
background-color: #D024FC;
}
</style>
border-color css
<style>
span { border-color: #D024FC; }
span { border-color: rgb(208,36,252); }
td.TdClassName
{
border-color: #D024FC;
}
.TagClassName
{
border-color: #D024FC;
}
</style>