Shades of Psychedelic Purple #D00DF0
Tints of Psychedelic Purple #D00DF0
RGB
CMYK
RGB Variations
Color information
#D00DF0 (or 0xD00DF0) is known color: Psychedelic Purple. HEX triplet: D0, 0D and F0. RGB value is (208,13,240). Sum of RGB (Red+Green+Blue) = 208+13+240=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #D00DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00DF0 is #2FF20F. Grayscale: #606060. Windows color (decimal): -3142160 or 15732176. OLE color: 15732176.
HSL color Cylindrical-coordinate representation of color #D00DF0: hue angle of 291.54º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00DF0 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 13 | 240 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.06 |
| HSL | 291.54º | 0.9% | 0.5% | - |
| HSV(B) | 291.54º | 0.95% | 0.94% | - |
| XYZ | 41.88 | 19.99 | 84.09 | - |
| YUV | 97.18 | 208.6 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 240 | 0.13 | 0.95 | 0 | 0.06 | 291.54 | 0.9 | 0.5 |
| Hex | D0 | D | F0 | D | 5F | 0 | 6 | 124 | 5A | 32 |
| Octal | 320 | 15 | 360 | 15 | 137 | 0 | 6 | 444 | 132 | 62 |
| Binary | 11010000 | 1101 | 11110000 | 1101 | 1011111 | 0 | 110 | 100100100 | 1011010 | 110010 |
Color Harmonies of #D00DF0
Complementary color
Monochromatic Colors of #D00DF0
Black with #D00DF0
Text Example
Text Example
White with #D00DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DF0; }
p { color: rgb(208,13,240); }
H1.HeaderClassName
{
color: #D00DF0;
}
.AnyTagClassName
{
color: #D00DF0;
}
</style>
background-color css
<style>
a { background-color: #D00DF0; }
a { background-color: rgb(208,13,240); }
div.DivClassName
{
background-color: #D00DF0;
}
.BgClassName
{
background-color: #D00DF0;
}
</style>
border-color css
<style>
span { border-color: #D00DF0; }
span { border-color: rgb(208,13,240); }
td.TdClassName
{
border-color: #D00DF0;
}
.TagClassName
{
border-color: #D00DF0;
}
</style>