Shades of Psychedelic Purple #D30FE6
Tints of Psychedelic Purple #D30FE6
RGB
CMYK
RGB Variations
Color information
#D30FE6 (or 0xD30FE6) is known color: Psychedelic Purple. HEX triplet: D3, 0F and E6. RGB value is (211,15,230). Sum of RGB (Red+Green+Blue) = 211+15+230=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #D30FE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30FE6 is #2CF019. Grayscale: #616161. Windows color (decimal): -2945050 or 15077331. OLE color: 15077331.
HSL color Cylindrical-coordinate representation of color #D30FE6: hue angle of 294.7º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FE6 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 15 | 230 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.10 |
| HSL | 294.7º | 0.88% | 0.48% | - |
| HSV(B) | 294.7º | 0.93% | 0.9% | - |
| XYZ | 41.32 | 19.9 | 76.53 | - |
| YUV | 98.11 | 202.43 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 230 | 0.08 | 0.93 | 0 | 0.10 | 294.7 | 0.88 | 0.48 |
| Hex | D3 | F | E6 | 8 | 5D | 0 | A | 127 | 58 | 30 |
| Octal | 323 | 17 | 346 | 10 | 135 | 0 | 12 | 447 | 130 | 60 |
| Binary | 11010011 | 1111 | 11100110 | 1000 | 1011101 | 0 | 1010 | 100100111 | 1011000 | 110000 |
Color Harmonies of #D30FE6
Complementary color
Monochromatic Colors of #D30FE6
Black with #D30FE6
Text Example
Text Example
White with #D30FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FE6; }
p { color: rgb(211,15,230); }
H1.HeaderClassName
{
color: #D30FE6;
}
.AnyTagClassName
{
color: #D30FE6;
}
</style>
background-color css
<style>
a { background-color: #D30FE6; }
a { background-color: rgb(211,15,230); }
div.DivClassName
{
background-color: #D30FE6;
}
.BgClassName
{
background-color: #D30FE6;
}
</style>
border-color css
<style>
span { border-color: #D30FE6; }
span { border-color: rgb(211,15,230); }
td.TdClassName
{
border-color: #D30FE6;
}
.TagClassName
{
border-color: #D30FE6;
}
</style>