Shades of Psychedelic Purple #D802F3
Tints of Psychedelic Purple #D802F3
RGB
CMYK
RGB Variations
Color information
#D802F3 (or 0xD802F3) is known color: Psychedelic Purple. HEX triplet: D8, 02 and F3. RGB value is (216,2,243). Sum of RGB (Red+Green+Blue) = 216+2+243=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 2 (1.17% from 255 or 0.43% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #D802F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D802F3 is #27FD0C. Grayscale: #5C5C5C. Windows color (decimal): -2620685 or 15925976. OLE color: 15925976.
HSL color Cylindrical-coordinate representation of color #D802F3: hue angle of 293.28º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802F3 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 2 | 243 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.05 |
| HSL | 293.28º | 0.98% | 0.48% | - |
| HSV(B) | 293.28º | 0.99% | 0.95% | - |
| XYZ | 44.52 | 21.11 | 86.52 | - |
| YUV | 93.46 | 212.4 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 243 | 0.11 | 0.99 | 0 | 0.05 | 293.28 | 0.98 | 0.48 |
| Hex | D8 | 2 | F3 | B | 63 | 0 | 5 | 125 | 62 | 30 |
| Octal | 330 | 2 | 363 | 13 | 143 | 0 | 5 | 445 | 142 | 60 |
| Binary | 11011000 | 10 | 11110011 | 1011 | 1100011 | 0 | 101 | 100100101 | 1100010 | 110000 |
Color Harmonies of #D802F3
Complementary color
Monochromatic Colors of #D802F3
Black with #D802F3
Text Example
Text Example
White with #D802F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802F3; }
p { color: rgb(216,2,243); }
H1.HeaderClassName
{
color: #D802F3;
}
.AnyTagClassName
{
color: #D802F3;
}
</style>
background-color css
<style>
a { background-color: #D802F3; }
a { background-color: rgb(216,2,243); }
div.DivClassName
{
background-color: #D802F3;
}
.BgClassName
{
background-color: #D802F3;
}
</style>
border-color css
<style>
span { border-color: #D802F3; }
span { border-color: rgb(216,2,243); }
td.TdClassName
{
border-color: #D802F3;
}
.TagClassName
{
border-color: #D802F3;
}
</style>