Shades of Psychedelic Purple #D30DEF
Tints of Psychedelic Purple #D30DEF
RGB
CMYK
RGB Variations
Color information
#D30DEF (or 0xD30DEF) is known color: Psychedelic Purple. HEX triplet: D3, 0D and EF. RGB value is (211,13,239). Sum of RGB (Red+Green+Blue) = 211+13+239=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #D30DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30DEF is #2CF210. Grayscale: #616161. Windows color (decimal): -2945553 or 15666643. OLE color: 15666643.
HSL color Cylindrical-coordinate representation of color #D30DEF: hue angle of 292.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30DEF is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 13 | 239 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.06 |
| HSL | 292.57º | 0.9% | 0.49% | - |
| HSV(B) | 292.57º | 0.95% | 0.94% | - |
| XYZ | 42.59 | 20.37 | 83.35 | - |
| YUV | 97.97 | 207.6 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 239 | 0.12 | 0.95 | 0 | 0.06 | 292.57 | 0.9 | 0.49 |
| Hex | D3 | D | EF | C | 5F | 0 | 6 | 125 | 5A | 31 |
| Octal | 323 | 15 | 357 | 14 | 137 | 0 | 6 | 445 | 132 | 61 |
| Binary | 11010011 | 1101 | 11101111 | 1100 | 1011111 | 0 | 110 | 100100101 | 1011010 | 110001 |
Color Harmonies of #D30DEF
Complementary color
Monochromatic Colors of #D30DEF
Black with #D30DEF
Text Example
Text Example
White with #D30DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DEF; }
p { color: rgb(211,13,239); }
H1.HeaderClassName
{
color: #D30DEF;
}
.AnyTagClassName
{
color: #D30DEF;
}
</style>
background-color css
<style>
a { background-color: #D30DEF; }
a { background-color: rgb(211,13,239); }
div.DivClassName
{
background-color: #D30DEF;
}
.BgClassName
{
background-color: #D30DEF;
}
</style>
border-color css
<style>
span { border-color: #D30DEF; }
span { border-color: rgb(211,13,239); }
td.TdClassName
{
border-color: #D30DEF;
}
.TagClassName
{
border-color: #D30DEF;
}
</style>