Shades of Psychedelic Purple #D60BEB
Tints of Psychedelic Purple #D60BEB
RGB
CMYK
RGB Variations
Color information
#D60BEB (or 0xD60BEB) is known color: Psychedelic Purple. HEX triplet: D6, 0B and EB. RGB value is (214,11,235). Sum of RGB (Red+Green+Blue) = 214+11+235=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #D60BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60BEB is #29F414. Grayscale: #606060. Windows color (decimal): -2749461 or 15403990. OLE color: 15403990.
HSL color Cylindrical-coordinate representation of color #D60BEB: hue angle of 294.38º 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 #D60BEB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 11 | 235 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.08 |
| HSL | 294.38º | 0.91% | 0.48% | - |
| HSV(B) | 294.38º | 0.95% | 0.92% | - |
| XYZ | 42.85 | 20.53 | 80.3 | - |
| YUV | 97.23 | 205.75 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 235 | 0.09 | 0.95 | 0 | 0.08 | 294.38 | 0.91 | 0.48 |
| Hex | D6 | B | EB | 9 | 5F | 0 | 8 | 126 | 5B | 30 |
| Octal | 326 | 13 | 353 | 11 | 137 | 0 | 10 | 446 | 133 | 60 |
| Binary | 11010110 | 1011 | 11101011 | 1001 | 1011111 | 0 | 1000 | 100100110 | 1011011 | 110000 |
Color Harmonies of #D60BEB
Complementary color
Monochromatic Colors of #D60BEB
Black with #D60BEB
Text Example
Text Example
White with #D60BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BEB; }
p { color: rgb(214,11,235); }
H1.HeaderClassName
{
color: #D60BEB;
}
.AnyTagClassName
{
color: #D60BEB;
}
</style>
background-color css
<style>
a { background-color: #D60BEB; }
a { background-color: rgb(214,11,235); }
div.DivClassName
{
background-color: #D60BEB;
}
.BgClassName
{
background-color: #D60BEB;
}
</style>
border-color css
<style>
span { border-color: #D60BEB; }
span { border-color: rgb(214,11,235); }
td.TdClassName
{
border-color: #D60BEB;
}
.TagClassName
{
border-color: #D60BEB;
}
</style>