Shades of Psychedelic Purple #D70BED
Tints of Psychedelic Purple #D70BED
RGB
CMYK
RGB Variations
Color information
#D70BED (or 0xD70BED) is known color: Psychedelic Purple. HEX triplet: D7, 0B and ED. RGB value is (215,11,237). Sum of RGB (Red+Green+Blue) = 215+11+237=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #D70BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70BED is #28F412. Grayscale: #616161. Windows color (decimal): -2683923 or 15535063. OLE color: 15535063.
HSL color Cylindrical-coordinate representation of color #D70BED: hue angle of 294.16º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70BED is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 11 | 237 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.07 |
| HSL | 294.16º | 0.91% | 0.49% | - |
| HSV(B) | 294.16º | 0.95% | 0.93% | - |
| XYZ | 43.43 | 20.8 | 81.85 | - |
| YUV | 97.76 | 206.59 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 237 | 0.09 | 0.95 | 0 | 0.07 | 294.16 | 0.91 | 0.49 |
| Hex | D7 | B | ED | 9 | 5F | 0 | 7 | 126 | 5B | 31 |
| Octal | 327 | 13 | 355 | 11 | 137 | 0 | 7 | 446 | 133 | 61 |
| Binary | 11010111 | 1011 | 11101101 | 1001 | 1011111 | 0 | 111 | 100100110 | 1011011 | 110001 |
Color Harmonies of #D70BED
Complementary color
Monochromatic Colors of #D70BED
Black with #D70BED
Text Example
Text Example
White with #D70BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BED; }
p { color: rgb(215,11,237); }
H1.HeaderClassName
{
color: #D70BED;
}
.AnyTagClassName
{
color: #D70BED;
}
</style>
background-color css
<style>
a { background-color: #D70BED; }
a { background-color: rgb(215,11,237); }
div.DivClassName
{
background-color: #D70BED;
}
.BgClassName
{
background-color: #D70BED;
}
</style>
border-color css
<style>
span { border-color: #D70BED; }
span { border-color: rgb(215,11,237); }
td.TdClassName
{
border-color: #D70BED;
}
.TagClassName
{
border-color: #D70BED;
}
</style>