Shades of Psychedelic Purple #D40BEA
Tints of Psychedelic Purple #D40BEA
RGB
CMYK
RGB Variations
Color information
#D40BEA (or 0xD40BEA) is known color: Psychedelic Purple. HEX triplet: D4, 0B and EA. RGB value is (212,11,234). Sum of RGB (Red+Green+Blue) = 212+11+234=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #D40BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40BEA is #2BF415. Grayscale: #5F5F5F. Windows color (decimal): -2880534 or 15338452. OLE color: 15338452.
HSL color Cylindrical-coordinate representation of color #D40BEA: hue angle of 294.08º 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 #D40BEA is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 11 | 234 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.08 |
| HSL | 294.08º | 0.91% | 0.48% | - |
| HSV(B) | 294.08º | 0.95% | 0.92% | - |
| XYZ | 42.12 | 20.18 | 79.52 | - |
| YUV | 96.52 | 205.59 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 234 | 0.09 | 0.95 | 0 | 0.08 | 294.08 | 0.91 | 0.48 |
| Hex | D4 | B | EA | 9 | 5F | 0 | 8 | 126 | 5B | 30 |
| Octal | 324 | 13 | 352 | 11 | 137 | 0 | 10 | 446 | 133 | 60 |
| Binary | 11010100 | 1011 | 11101010 | 1001 | 1011111 | 0 | 1000 | 100100110 | 1011011 | 110000 |
Color Harmonies of #D40BEA
Complementary color
Monochromatic Colors of #D40BEA
Black with #D40BEA
Text Example
Text Example
White with #D40BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40BEA; }
p { color: rgb(212,11,234); }
H1.HeaderClassName
{
color: #D40BEA;
}
.AnyTagClassName
{
color: #D40BEA;
}
</style>
background-color css
<style>
a { background-color: #D40BEA; }
a { background-color: rgb(212,11,234); }
div.DivClassName
{
background-color: #D40BEA;
}
.BgClassName
{
background-color: #D40BEA;
}
</style>
border-color css
<style>
span { border-color: #D40BEA; }
span { border-color: rgb(212,11,234); }
td.TdClassName
{
border-color: #D40BEA;
}
.TagClassName
{
border-color: #D40BEA;
}
</style>