Shades of Psychedelic Purple #D30BEA
Tints of Psychedelic Purple #D30BEA
RGB
CMYK
RGB Variations
Color information
#D30BEA (or 0xD30BEA) is known color: Psychedelic Purple. HEX triplet: D3, 0B and EA. RGB value is (211,11,234). Sum of RGB (Red+Green+Blue) = 211+11+234=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #D30BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30BEA is #2CF415. Grayscale: #5F5F5F. Windows color (decimal): -2946070 or 15338451. OLE color: 15338451.
HSL color Cylindrical-coordinate representation of color #D30BEA: hue angle of 293.81º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30BEA is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 11 | 234 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.08 |
| HSL | 293.81º | 0.91% | 0.48% | - |
| HSV(B) | 293.81º | 0.95% | 0.92% | - |
| XYZ | 41.83 | 20.03 | 79.5 | - |
| YUV | 96.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 234 | 0.10 | 0.95 | 0 | 0.08 | 293.81 | 0.91 | 0.48 |
| Hex | D3 | B | EA | A | 5F | 0 | 8 | 126 | 5B | 30 |
| Octal | 323 | 13 | 352 | 12 | 137 | 0 | 10 | 446 | 133 | 60 |
| Binary | 11010011 | 1011 | 11101010 | 1010 | 1011111 | 0 | 1000 | 100100110 | 1011011 | 110000 |
Color Harmonies of #D30BEA
Complementary color
Monochromatic Colors of #D30BEA
Black with #D30BEA
Text Example
Text Example
White with #D30BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BEA; }
p { color: rgb(211,11,234); }
H1.HeaderClassName
{
color: #D30BEA;
}
.AnyTagClassName
{
color: #D30BEA;
}
</style>
background-color css
<style>
a { background-color: #D30BEA; }
a { background-color: rgb(211,11,234); }
div.DivClassName
{
background-color: #D30BEA;
}
.BgClassName
{
background-color: #D30BEA;
}
</style>
border-color css
<style>
span { border-color: #D30BEA; }
span { border-color: rgb(211,11,234); }
td.TdClassName
{
border-color: #D30BEA;
}
.TagClassName
{
border-color: #D30BEA;
}
</style>