Shades of Psychedelic Purple #D01DF2
Tints of Psychedelic Purple #D01DF2
RGB
CMYK
RGB Variations
Color information
#D01DF2 (or 0xD01DF2) is known color: Psychedelic Purple. HEX triplet: D0, 1D and F2. RGB value is (208,29,242). Sum of RGB (Red+Green+Blue) = 208+29+242=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 29 (11.72% from 255 or 6.05% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #D01DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01DF2 is #2FE20D. Grayscale: #6A6A6A. Windows color (decimal): -3138062 or 15867344. OLE color: 15867344.
HSL color Cylindrical-coordinate representation of color #D01DF2: hue angle of 290.42º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01DF2 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 29 | 242 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.05 |
| HSL | 290.42º | 0.89% | 0.53% | - |
| HSV(B) | 290.42º | 0.88% | 0.95% | - |
| XYZ | 42.48 | 20.7 | 85.76 | - |
| YUV | 106.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 242 | 0.14 | 0.88 | 0 | 0.05 | 290.42 | 0.89 | 0.53 |
| Hex | D0 | 1D | F2 | E | 58 | 0 | 5 | 122 | 59 | 35 |
| Octal | 320 | 35 | 362 | 16 | 130 | 0 | 5 | 442 | 131 | 65 |
| Binary | 11010000 | 11101 | 11110010 | 1110 | 1011000 | 0 | 101 | 100100010 | 1011001 | 110101 |
Color Harmonies of #D01DF2
Complementary color
Monochromatic Colors of #D01DF2
Black with #D01DF2
Text Example
Text Example
White with #D01DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01DF2; }
p { color: rgb(208,29,242); }
H1.HeaderClassName
{
color: #D01DF2;
}
.AnyTagClassName
{
color: #D01DF2;
}
</style>
background-color css
<style>
a { background-color: #D01DF2; }
a { background-color: rgb(208,29,242); }
div.DivClassName
{
background-color: #D01DF2;
}
.BgClassName
{
background-color: #D01DF2;
}
</style>
border-color css
<style>
span { border-color: #D01DF2; }
span { border-color: rgb(208,29,242); }
td.TdClassName
{
border-color: #D01DF2;
}
.TagClassName
{
border-color: #D01DF2;
}
</style>