Shades of Psychedelic Purple #D02BEA
Tints of Psychedelic Purple #D02BEA
RGB
CMYK
RGB Variations
Color information
#D02BEA (or 0xD02BEA) is known color: Psychedelic Purple. HEX triplet: D0, 2B and EA. RGB value is (208,43,234). Sum of RGB (Red+Green+Blue) = 208+43+234=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #D02BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02BEA is #2FD415. Grayscale: #717171. Windows color (decimal): -3134486 or 15346640. OLE color: 15346640.
HSL color Cylindrical-coordinate representation of color #D02BEA: hue angle of 291.83º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02BEA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 43 | 234 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.08 |
| HSL | 291.83º | 0.82% | 0.54% | - |
| HSV(B) | 291.83º | 0.82% | 0.92% | - |
| XYZ | 41.73 | 21.08 | 79.71 | - |
| YUV | 114.11 | 195.66 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 234 | 0.11 | 0.82 | 0 | 0.08 | 291.83 | 0.82 | 0.54 |
| Hex | D0 | 2B | EA | B | 52 | 0 | 8 | 124 | 52 | 36 |
| Octal | 320 | 53 | 352 | 13 | 122 | 0 | 10 | 444 | 122 | 66 |
| Binary | 11010000 | 101011 | 11101010 | 1011 | 1010010 | 0 | 1000 | 100100100 | 1010010 | 110110 |
Color Harmonies of #D02BEA
Complementary color
Monochromatic Colors of #D02BEA
Black with #D02BEA
Text Example
Text Example
White with #D02BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02BEA; }
p { color: rgb(208,43,234); }
H1.HeaderClassName
{
color: #D02BEA;
}
.AnyTagClassName
{
color: #D02BEA;
}
</style>
background-color css
<style>
a { background-color: #D02BEA; }
a { background-color: rgb(208,43,234); }
div.DivClassName
{
background-color: #D02BEA;
}
.BgClassName
{
background-color: #D02BEA;
}
</style>
border-color css
<style>
span { border-color: #D02BEA; }
span { border-color: rgb(208,43,234); }
td.TdClassName
{
border-color: #D02BEA;
}
.TagClassName
{
border-color: #D02BEA;
}
</style>