Shades of Psychedelic Purple #D026FF
Tints of Psychedelic Purple #D026FF
RGB
CMYK
RGB Variations
Color information
#D026FF (or 0xD026FF) is known color: Psychedelic Purple. HEX triplet: D0, 26 and FF. RGB value is (208,38,255). Sum of RGB (Red+Green+Blue) = 208+38+255=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 38 (15.23% from 255 or 7.58% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #D026FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D026FF is #2FD900. Grayscale: #707070. Windows color (decimal): -3135745 or 16721616. OLE color: 16721616.
HSL color Cylindrical-coordinate representation of color #D026FF: hue angle of 287º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D026FF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 38 | 255 | - |
| CMYK | 0.18 | 0.85 | 0 | 0 |
| HSL | 287º | 1% | 0.57% | - |
| HSV(B) | 287º | 0.85% | 1% | - |
| XYZ | 44.76 | 22.02 | 96.5 | - |
| YUV | 113.57 | 207.82 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 255 | 0.18 | 0.85 | 0 | 0 | 287 | 1 | 0.57 |
| Hex | D0 | 26 | FF | 12 | 55 | 0 | 0 | 11F | 64 | 39 |
| Octal | 320 | 46 | 377 | 22 | 125 | 0 | 0 | 437 | 144 | 71 |
| Binary | 11010000 | 100110 | 11111111 | 10010 | 1010101 | 0 | 0 | 100011111 | 1100100 | 111001 |
Color Harmonies of #D026FF
Complementary color
Monochromatic Colors of #D026FF
Black with #D026FF
Text Example
Text Example
White with #D026FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D026FF; }
p { color: rgb(208,38,255); }
H1.HeaderClassName
{
color: #D026FF;
}
.AnyTagClassName
{
color: #D026FF;
}
</style>
background-color css
<style>
a { background-color: #D026FF; }
a { background-color: rgb(208,38,255); }
div.DivClassName
{
background-color: #D026FF;
}
.BgClassName
{
background-color: #D026FF;
}
</style>
border-color css
<style>
span { border-color: #D026FF; }
span { border-color: rgb(208,38,255); }
td.TdClassName
{
border-color: #D026FF;
}
.TagClassName
{
border-color: #D026FF;
}
</style>