Shades of Psychedelic Purple #D31CED
Tints of Psychedelic Purple #D31CED
RGB
CMYK
RGB Variations
Color information
#D31CED (or 0xD31CED) is known color: Psychedelic Purple. HEX triplet: D3, 1C and ED. RGB value is (211,28,237). Sum of RGB (Red+Green+Blue) = 211+28+237=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #D31CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31CED is #2CE312. Grayscale: #696969. Windows color (decimal): -2941715 or 15539411. OLE color: 15539411.
HSL color Cylindrical-coordinate representation of color #D31CED: hue angle of 292.54º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31CED is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 28 | 237 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.07 |
| HSL | 292.54º | 0.85% | 0.52% | - |
| HSV(B) | 292.54º | 0.88% | 0.93% | - |
| XYZ | 42.57 | 20.79 | 81.89 | - |
| YUV | 106.54 | 201.63 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 28 | 237 | 0.11 | 0.88 | 0 | 0.07 | 292.54 | 0.85 | 0.52 |
| Hex | D3 | 1C | ED | B | 58 | 0 | 7 | 125 | 55 | 34 |
| Octal | 323 | 34 | 355 | 13 | 130 | 0 | 7 | 445 | 125 | 64 |
| Binary | 11010011 | 11100 | 11101101 | 1011 | 1011000 | 0 | 111 | 100100101 | 1010101 | 110100 |
Color Harmonies of #D31CED
Complementary color
Monochromatic Colors of #D31CED
Black with #D31CED
Text Example
Text Example
White with #D31CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31CED; }
p { color: rgb(211,28,237); }
H1.HeaderClassName
{
color: #D31CED;
}
.AnyTagClassName
{
color: #D31CED;
}
</style>
background-color css
<style>
a { background-color: #D31CED; }
a { background-color: rgb(211,28,237); }
div.DivClassName
{
background-color: #D31CED;
}
.BgClassName
{
background-color: #D31CED;
}
</style>
border-color css
<style>
span { border-color: #D31CED; }
span { border-color: rgb(211,28,237); }
td.TdClassName
{
border-color: #D31CED;
}
.TagClassName
{
border-color: #D31CED;
}
</style>