Shades of Psychedelic Purple #D906F8
Tints of Psychedelic Purple #D906F8
RGB
CMYK
RGB Variations
Color information
#D906F8 (or 0xD906F8) is known color: Psychedelic Purple. HEX triplet: D9, 06 and F8. RGB value is (217,6,248). Sum of RGB (Red+Green+Blue) = 217+6+248=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #D906F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D906F8 is #26F907. Grayscale: #5F5F5F. Windows color (decimal): -2554120 or 16254681. OLE color: 16254681.
HSL color Cylindrical-coordinate representation of color #D906F8: hue angle of 292.31º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D906F8 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 6 | 248 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.03 |
| HSL | 292.31º | 0.95% | 0.5% | - |
| HSV(B) | 292.31º | 0.98% | 0.97% | - |
| XYZ | 45.62 | 21.66 | 90.58 | - |
| YUV | 96.68 | 213.4 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 248 | 0.12 | 0.98 | 0 | 0.03 | 292.31 | 0.95 | 0.5 |
| Hex | D9 | 6 | F8 | C | 62 | 0 | 3 | 124 | 5F | 32 |
| Octal | 331 | 6 | 370 | 14 | 142 | 0 | 3 | 444 | 137 | 62 |
| Binary | 11011001 | 110 | 11111000 | 1100 | 1100010 | 0 | 11 | 100100100 | 1011111 | 110010 |
Color Harmonies of #D906F8
Complementary color
Monochromatic Colors of #D906F8
Black with #D906F8
Text Example
Text Example
White with #D906F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906F8; }
p { color: rgb(217,6,248); }
H1.HeaderClassName
{
color: #D906F8;
}
.AnyTagClassName
{
color: #D906F8;
}
</style>
background-color css
<style>
a { background-color: #D906F8; }
a { background-color: rgb(217,6,248); }
div.DivClassName
{
background-color: #D906F8;
}
.BgClassName
{
background-color: #D906F8;
}
</style>
border-color css
<style>
span { border-color: #D906F8; }
span { border-color: rgb(217,6,248); }
td.TdClassName
{
border-color: #D906F8;
}
.TagClassName
{
border-color: #D906F8;
}
</style>