Shades of Psychedelic Purple #D00DF6
Tints of Psychedelic Purple #D00DF6
RGB
CMYK
RGB Variations
Color information
#D00DF6 (or 0xD00DF6) is known color: Psychedelic Purple. HEX triplet: D0, 0D and F6. RGB value is (208,13,246). Sum of RGB (Red+Green+Blue) = 208+13+246=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #D00DF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00DF6 is #2FF209. Grayscale: #616161. Windows color (decimal): -3142154 or 16125392. OLE color: 16125392.
HSL color Cylindrical-coordinate representation of color #D00DF6: hue angle of 290.21º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00DF6 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 13 | 246 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.04 |
| HSL | 290.21º | 0.93% | 0.51% | - |
| HSV(B) | 290.21º | 0.95% | 0.96% | - |
| XYZ | 42.79 | 20.35 | 88.86 | - |
| YUV | 97.87 | 211.6 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 246 | 0.15 | 0.95 | 0 | 0.04 | 290.21 | 0.93 | 0.51 |
| Hex | D0 | D | F6 | F | 5F | 0 | 4 | 122 | 5D | 33 |
| Octal | 320 | 15 | 366 | 17 | 137 | 0 | 4 | 442 | 135 | 63 |
| Binary | 11010000 | 1101 | 11110110 | 1111 | 1011111 | 0 | 100 | 100100010 | 1011101 | 110011 |
Color Harmonies of #D00DF6
Complementary color
Monochromatic Colors of #D00DF6
Black with #D00DF6
Text Example
Text Example
White with #D00DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DF6; }
p { color: rgb(208,13,246); }
H1.HeaderClassName
{
color: #D00DF6;
}
.AnyTagClassName
{
color: #D00DF6;
}
</style>
background-color css
<style>
a { background-color: #D00DF6; }
a { background-color: rgb(208,13,246); }
div.DivClassName
{
background-color: #D00DF6;
}
.BgClassName
{
background-color: #D00DF6;
}
</style>
border-color css
<style>
span { border-color: #D00DF6; }
span { border-color: rgb(208,13,246); }
td.TdClassName
{
border-color: #D00DF6;
}
.TagClassName
{
border-color: #D00DF6;
}
</style>