Shades of Psychedelic Purple #D80CED
Tints of Psychedelic Purple #D80CED
RGB
CMYK
RGB Variations
Color information
#D80CED (or 0xD80CED) is known color: Psychedelic Purple. HEX triplet: D8, 0C and ED. RGB value is (216,12,237). Sum of RGB (Red+Green+Blue) = 216+12+237=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #D80CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80CED is #27F312. Grayscale: #616161. Windows color (decimal): -2618131 or 15535320. OLE color: 15535320.
HSL color Cylindrical-coordinate representation of color #D80CED: hue angle of 294.4º degrees, saturation: 0.9, 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 #D80CED is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 12 | 237 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.07 |
| HSL | 294.4º | 0.9% | 0.49% | - |
| HSV(B) | 294.4º | 0.95% | 0.93% | - |
| XYZ | 43.74 | 20.98 | 81.86 | - |
| YUV | 98.65 | 206.09 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 237 | 0.09 | 0.95 | 0 | 0.07 | 294.4 | 0.9 | 0.49 |
| Hex | D8 | C | ED | 9 | 5F | 0 | 7 | 126 | 5A | 31 |
| Octal | 330 | 14 | 355 | 11 | 137 | 0 | 7 | 446 | 132 | 61 |
| Binary | 11011000 | 1100 | 11101101 | 1001 | 1011111 | 0 | 111 | 100100110 | 1011010 | 110001 |
Color Harmonies of #D80CED
Complementary color
Monochromatic Colors of #D80CED
Black with #D80CED
Text Example
Text Example
White with #D80CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80CED; }
p { color: rgb(216,12,237); }
H1.HeaderClassName
{
color: #D80CED;
}
.AnyTagClassName
{
color: #D80CED;
}
</style>
background-color css
<style>
a { background-color: #D80CED; }
a { background-color: rgb(216,12,237); }
div.DivClassName
{
background-color: #D80CED;
}
.BgClassName
{
background-color: #D80CED;
}
</style>
border-color css
<style>
span { border-color: #D80CED; }
span { border-color: rgb(216,12,237); }
td.TdClassName
{
border-color: #D80CED;
}
.TagClassName
{
border-color: #D80CED;
}
</style>