Shades of Psychedelic Purple #D30DFD
Tints of Psychedelic Purple #D30DFD
RGB
CMYK
RGB Variations
Color information
#D30DFD (or 0xD30DFD) is known color: Psychedelic Purple. HEX triplet: D3, 0D and FD. RGB value is (211,13,253). Sum of RGB (Red+Green+Blue) = 211+13+253=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #D30DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30DFD is #2CF202. Grayscale: #626262. Windows color (decimal): -2945539 or 16584147. OLE color: 16584147.
HSL color Cylindrical-coordinate representation of color #D30DFD: hue angle of 289.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30DFD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 13 | 253 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.01 |
| HSL | 289.5º | 0.98% | 0.52% | - |
| HSV(B) | 289.5º | 0.95% | 0.99% | - |
| XYZ | 44.74 | 21.23 | 94.67 | - |
| YUV | 99.56 | 214.6 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 253 | 0.17 | 0.95 | 0 | 0.01 | 289.5 | 0.98 | 0.52 |
| Hex | D3 | D | FD | 11 | 5F | 0 | 1 | 122 | 62 | 34 |
| Octal | 323 | 15 | 375 | 21 | 137 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010011 | 1101 | 11111101 | 10001 | 1011111 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D30DFD
Complementary color
Monochromatic Colors of #D30DFD
Black with #D30DFD
Text Example
Text Example
White with #D30DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DFD; }
p { color: rgb(211,13,253); }
H1.HeaderClassName
{
color: #D30DFD;
}
.AnyTagClassName
{
color: #D30DFD;
}
</style>
background-color css
<style>
a { background-color: #D30DFD; }
a { background-color: rgb(211,13,253); }
div.DivClassName
{
background-color: #D30DFD;
}
.BgClassName
{
background-color: #D30DFD;
}
</style>
border-color css
<style>
span { border-color: #D30DFD; }
span { border-color: rgb(211,13,253); }
td.TdClassName
{
border-color: #D30DFD;
}
.TagClassName
{
border-color: #D30DFD;
}
</style>