Shades of Psychedelic Purple #D30DF2
Tints of Psychedelic Purple #D30DF2
RGB
CMYK
RGB Variations
Color information
#D30DF2 (or 0xD30DF2) is known color: Psychedelic Purple. HEX triplet: D3, 0D and F2. RGB value is (211,13,242). Sum of RGB (Red+Green+Blue) = 211+13+242=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 13 (5.47% from 255 or 2.79% 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 #D30DF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30DF2 is #2CF20D. Grayscale: #616161. Windows color (decimal): -2945550 or 15863251. OLE color: 15863251.
HSL color Cylindrical-coordinate representation of color #D30DF2: hue angle of 291.88º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30DF2 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 13 | 242 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.05 |
| HSL | 291.88º | 0.9% | 0.5% | - |
| HSV(B) | 291.88º | 0.95% | 0.95% | - |
| XYZ | 43.03 | 20.55 | 85.7 | - |
| YUV | 98.31 | 209.1 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 242 | 0.13 | 0.95 | 0 | 0.05 | 291.88 | 0.9 | 0.5 |
| Hex | D3 | D | F2 | D | 5F | 0 | 5 | 124 | 5A | 32 |
| Octal | 323 | 15 | 362 | 15 | 137 | 0 | 5 | 444 | 132 | 62 |
| Binary | 11010011 | 1101 | 11110010 | 1101 | 1011111 | 0 | 101 | 100100100 | 1011010 | 110010 |
Color Harmonies of #D30DF2
Complementary color
Monochromatic Colors of #D30DF2
Black with #D30DF2
Text Example
Text Example
White with #D30DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DF2; }
p { color: rgb(211,13,242); }
H1.HeaderClassName
{
color: #D30DF2;
}
.AnyTagClassName
{
color: #D30DF2;
}
</style>
background-color css
<style>
a { background-color: #D30DF2; }
a { background-color: rgb(211,13,242); }
div.DivClassName
{
background-color: #D30DF2;
}
.BgClassName
{
background-color: #D30DF2;
}
</style>
border-color css
<style>
span { border-color: #D30DF2; }
span { border-color: rgb(211,13,242); }
td.TdClassName
{
border-color: #D30DF2;
}
.TagClassName
{
border-color: #D30DF2;
}
</style>