Shades of Psychedelic Purple #D60BEC
Tints of Psychedelic Purple #D60BEC
RGB
CMYK
RGB Variations
Color information
#D60BEC (or 0xD60BEC) is known color: Psychedelic Purple. HEX triplet: D6, 0B and EC. RGB value is (214,11,236). Sum of RGB (Red+Green+Blue) = 214+11+236=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #D60BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60BEC is #29F413. Grayscale: #606060. Windows color (decimal): -2749460 or 15469526. OLE color: 15469526.
HSL color Cylindrical-coordinate representation of color #D60BEC: hue angle of 294.13º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BEC is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 11 | 236 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.07 |
| HSL | 294.13º | 0.91% | 0.48% | - |
| HSV(B) | 294.13º | 0.95% | 0.93% | - |
| XYZ | 42.99 | 20.59 | 81.07 | - |
| YUV | 97.35 | 206.25 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 236 | 0.09 | 0.95 | 0 | 0.07 | 294.13 | 0.91 | 0.48 |
| Hex | D6 | B | EC | 9 | 5F | 0 | 7 | 126 | 5B | 30 |
| Octal | 326 | 13 | 354 | 11 | 137 | 0 | 7 | 446 | 133 | 60 |
| Binary | 11010110 | 1011 | 11101100 | 1001 | 1011111 | 0 | 111 | 100100110 | 1011011 | 110000 |
Color Harmonies of #D60BEC
Complementary color
Monochromatic Colors of #D60BEC
Black with #D60BEC
Text Example
Text Example
White with #D60BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BEC; }
p { color: rgb(214,11,236); }
H1.HeaderClassName
{
color: #D60BEC;
}
.AnyTagClassName
{
color: #D60BEC;
}
</style>
background-color css
<style>
a { background-color: #D60BEC; }
a { background-color: rgb(214,11,236); }
div.DivClassName
{
background-color: #D60BEC;
}
.BgClassName
{
background-color: #D60BEC;
}
</style>
border-color css
<style>
span { border-color: #D60BEC; }
span { border-color: rgb(214,11,236); }
td.TdClassName
{
border-color: #D60BEC;
}
.TagClassName
{
border-color: #D60BEC;
}
</style>