Shades of Psychedelic Purple #D826F2
Tints of Psychedelic Purple #D826F2
RGB
CMYK
RGB Variations
Color information
#D826F2 (or 0xD826F2) is known color: Psychedelic Purple. HEX triplet: D8, 26 and F2. RGB value is (216,38,242). Sum of RGB (Red+Green+Blue) = 216+38+242=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 38 (15.23% from 255 or 7.66% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #D826F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D826F2 is #27D90D. Grayscale: #717171. Windows color (decimal): -2611470 or 15869656. OLE color: 15869656.
HSL color Cylindrical-coordinate representation of color #D826F2: hue angle of 292.35º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D826F2 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 38 | 242 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.05 |
| HSL | 292.35º | 0.89% | 0.55% | - |
| HSV(B) | 292.35º | 0.84% | 0.95% | - |
| XYZ | 45.04 | 22.4 | 85.95 | - |
| YUV | 114.48 | 199.97 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 242 | 0.11 | 0.84 | 0 | 0.05 | 292.35 | 0.89 | 0.55 |
| Hex | D8 | 26 | F2 | B | 54 | 0 | 5 | 124 | 59 | 37 |
| Octal | 330 | 46 | 362 | 13 | 124 | 0 | 5 | 444 | 131 | 67 |
| Binary | 11011000 | 100110 | 11110010 | 1011 | 1010100 | 0 | 101 | 100100100 | 1011001 | 110111 |
Color Harmonies of #D826F2
Complementary color
Monochromatic Colors of #D826F2
Black with #D826F2
Text Example
Text Example
White with #D826F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826F2; }
p { color: rgb(216,38,242); }
H1.HeaderClassName
{
color: #D826F2;
}
.AnyTagClassName
{
color: #D826F2;
}
</style>
background-color css
<style>
a { background-color: #D826F2; }
a { background-color: rgb(216,38,242); }
div.DivClassName
{
background-color: #D826F2;
}
.BgClassName
{
background-color: #D826F2;
}
</style>
border-color css
<style>
span { border-color: #D826F2; }
span { border-color: rgb(216,38,242); }
td.TdClassName
{
border-color: #D826F2;
}
.TagClassName
{
border-color: #D826F2;
}
</style>