Shades of Psychedelic Purple #D010F2
Tints of Psychedelic Purple #D010F2
RGB
CMYK
RGB Variations
Color information
#D010F2 (or 0xD010F2) is known color: Psychedelic Purple. HEX triplet: D0, 10 and F2. RGB value is (208,16,242). Sum of RGB (Red+Green+Blue) = 208+16+242=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #D010F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D010F2 is #2FEF0D. Grayscale: #626262. Windows color (decimal): -3141390 or 15864016. OLE color: 15864016.
HSL color Cylindrical-coordinate representation of color #D010F2: hue angle of 290.97º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D010F2 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 16 | 242 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.05 |
| HSL | 290.97º | 0.9% | 0.51% | - |
| HSV(B) | 290.97º | 0.93% | 0.95% | - |
| XYZ | 42.22 | 20.19 | 85.68 | - |
| YUV | 99.17 | 208.61 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 242 | 0.14 | 0.93 | 0 | 0.05 | 290.97 | 0.9 | 0.51 |
| Hex | D0 | 10 | F2 | E | 5D | 0 | 5 | 123 | 5A | 33 |
| Octal | 320 | 20 | 362 | 16 | 135 | 0 | 5 | 443 | 132 | 63 |
| Binary | 11010000 | 10000 | 11110010 | 1110 | 1011101 | 0 | 101 | 100100011 | 1011010 | 110011 |
Color Harmonies of #D010F2
Complementary color
Monochromatic Colors of #D010F2
Black with #D010F2
Text Example
Text Example
White with #D010F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010F2; }
p { color: rgb(208,16,242); }
H1.HeaderClassName
{
color: #D010F2;
}
.AnyTagClassName
{
color: #D010F2;
}
</style>
background-color css
<style>
a { background-color: #D010F2; }
a { background-color: rgb(208,16,242); }
div.DivClassName
{
background-color: #D010F2;
}
.BgClassName
{
background-color: #D010F2;
}
</style>
border-color css
<style>
span { border-color: #D010F2; }
span { border-color: rgb(208,16,242); }
td.TdClassName
{
border-color: #D010F2;
}
.TagClassName
{
border-color: #D010F2;
}
</style>