Shades of Psychedelic Purple #D024FB
Tints of Psychedelic Purple #D024FB
RGB
CMYK
RGB Variations
Color information
#D024FB (or 0xD024FB) is known color: Psychedelic Purple. HEX triplet: D0, 24 and FB. RGB value is (208,36,251). Sum of RGB (Red+Green+Blue) = 208+36+251=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #D024FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D024FB is #2FDB04. Grayscale: #6F6F6F. Windows color (decimal): -3136261 or 16458960. OLE color: 16458960.
HSL color Cylindrical-coordinate representation of color #D024FB: hue angle of 288º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D024FB is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 36 | 251 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.02 |
| HSL | 288º | 0.96% | 0.56% | - |
| HSV(B) | 288º | 0.86% | 0.98% | - |
| XYZ | 44.06 | 21.64 | 93.12 | - |
| YUV | 111.94 | 206.48 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 251 | 0.17 | 0.86 | 0 | 0.02 | 288 | 0.96 | 0.56 |
| Hex | D0 | 24 | FB | 11 | 56 | 0 | 2 | 120 | 60 | 38 |
| Octal | 320 | 44 | 373 | 21 | 126 | 0 | 2 | 440 | 140 | 70 |
| Binary | 11010000 | 100100 | 11111011 | 10001 | 1010110 | 0 | 10 | 100100000 | 1100000 | 111000 |
Color Harmonies of #D024FB
Complementary color
Monochromatic Colors of #D024FB
Black with #D024FB
Text Example
Text Example
White with #D024FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024FB; }
p { color: rgb(208,36,251); }
H1.HeaderClassName
{
color: #D024FB;
}
.AnyTagClassName
{
color: #D024FB;
}
</style>
background-color css
<style>
a { background-color: #D024FB; }
a { background-color: rgb(208,36,251); }
div.DivClassName
{
background-color: #D024FB;
}
.BgClassName
{
background-color: #D024FB;
}
</style>
border-color css
<style>
span { border-color: #D024FB; }
span { border-color: rgb(208,36,251); }
td.TdClassName
{
border-color: #D024FB;
}
.TagClassName
{
border-color: #D024FB;
}
</style>