Shades of Psychedelic Purple #D006F0
Tints of Psychedelic Purple #D006F0
RGB
CMYK
RGB Variations
Color information
#D006F0 (or 0xD006F0) is known color: Psychedelic Purple. HEX triplet: D0, 06 and F0. RGB value is (208,6,240). Sum of RGB (Red+Green+Blue) = 208+6+240=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #D006F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D006F0 is #2FF90F. Grayscale: #5C5C5C. Windows color (decimal): -3143952 or 15730384. OLE color: 15730384.
HSL color Cylindrical-coordinate representation of color #D006F0: hue angle of 291.79º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D006F0 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 6 | 240 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.06 |
| HSL | 291.79º | 0.95% | 0.48% | - |
| HSV(B) | 291.79º | 0.98% | 0.94% | - |
| XYZ | 41.81 | 19.83 | 84.06 | - |
| YUV | 93.07 | 210.92 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 240 | 0.13 | 0.98 | 0 | 0.06 | 291.79 | 0.95 | 0.48 |
| Hex | D0 | 6 | F0 | D | 62 | 0 | 6 | 124 | 5F | 30 |
| Octal | 320 | 6 | 360 | 15 | 142 | 0 | 6 | 444 | 137 | 60 |
| Binary | 11010000 | 110 | 11110000 | 1101 | 1100010 | 0 | 110 | 100100100 | 1011111 | 110000 |
Color Harmonies of #D006F0
Complementary color
Monochromatic Colors of #D006F0
Black with #D006F0
Text Example
Text Example
White with #D006F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006F0; }
p { color: rgb(208,6,240); }
H1.HeaderClassName
{
color: #D006F0;
}
.AnyTagClassName
{
color: #D006F0;
}
</style>
background-color css
<style>
a { background-color: #D006F0; }
a { background-color: rgb(208,6,240); }
div.DivClassName
{
background-color: #D006F0;
}
.BgClassName
{
background-color: #D006F0;
}
</style>
border-color css
<style>
span { border-color: #D006F0; }
span { border-color: rgb(208,6,240); }
td.TdClassName
{
border-color: #D006F0;
}
.TagClassName
{
border-color: #D006F0;
}
</style>