Shades of Psychedelic Purple #D30DFF
Tints of Psychedelic Purple #D30DFF
RGB
CMYK
RGB Variations
Color information
#D30DFF (or 0xD30DFF) is known color: Psychedelic Purple. HEX triplet: D3, 0D and FF. RGB value is (211,13,255). Sum of RGB (Red+Green+Blue) = 211+13+255=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #D30DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30DFF is #2CF200. Grayscale: #636363. Windows color (decimal): -2945537 or 16715219. OLE color: 16715219.
HSL color Cylindrical-coordinate representation of color #D30DFF: hue angle of 289.09º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30DFF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 13 | 255 | - |
| CMYK | 0.17 | 0.95 | 0 | 0 |
| HSL | 289.09º | 1% | 0.53% | - |
| HSV(B) | 289.09º | 0.95% | 1% | - |
| XYZ | 45.06 | 21.36 | 96.36 | - |
| YUV | 99.79 | 215.6 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 255 | 0.17 | 0.95 | 0 | 0 | 289.09 | 1 | 0.53 |
| Hex | D3 | D | FF | 11 | 5F | 0 | 0 | 121 | 64 | 35 |
| Octal | 323 | 15 | 377 | 21 | 137 | 0 | 0 | 441 | 144 | 65 |
| Binary | 11010011 | 1101 | 11111111 | 10001 | 1011111 | 0 | 0 | 100100001 | 1100100 | 110101 |
Color Harmonies of #D30DFF
Complementary color
Monochromatic Colors of #D30DFF
Black with #D30DFF
Text Example
Text Example
White with #D30DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DFF; }
p { color: rgb(211,13,255); }
H1.HeaderClassName
{
color: #D30DFF;
}
.AnyTagClassName
{
color: #D30DFF;
}
</style>
background-color css
<style>
a { background-color: #D30DFF; }
a { background-color: rgb(211,13,255); }
div.DivClassName
{
background-color: #D30DFF;
}
.BgClassName
{
background-color: #D30DFF;
}
</style>
border-color css
<style>
span { border-color: #D30DFF; }
span { border-color: rgb(211,13,255); }
td.TdClassName
{
border-color: #D30DFF;
}
.TagClassName
{
border-color: #D30DFF;
}
</style>