Shades of Psychedelic Purple #D50CE7
Tints of Psychedelic Purple #D50CE7
RGB
CMYK
RGB Variations
Color information
#D50CE7 (or 0xD50CE7) is known color: Psychedelic Purple. HEX triplet: D5, 0C and E7. RGB value is (213,12,231). Sum of RGB (Red+Green+Blue) = 213+12+231=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #D50CE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50CE7 is #2AF318. Grayscale: #606060. Windows color (decimal): -2814745 or 15142101. OLE color: 15142101.
HSL color Cylindrical-coordinate representation of color #D50CE7: hue angle of 295.07º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50CE7 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 12 | 231 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.09 |
| HSL | 295.07º | 0.9% | 0.48% | - |
| HSV(B) | 295.07º | 0.95% | 0.91% | - |
| XYZ | 42 | 20.18 | 77.28 | - |
| YUV | 97.07 | 203.59 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 231 | 0.08 | 0.95 | 0 | 0.09 | 295.07 | 0.9 | 0.48 |
| Hex | D5 | C | E7 | 8 | 5F | 0 | 9 | 127 | 5A | 30 |
| Octal | 325 | 14 | 347 | 10 | 137 | 0 | 11 | 447 | 132 | 60 |
| Binary | 11010101 | 1100 | 11100111 | 1000 | 1011111 | 0 | 1001 | 100100111 | 1011010 | 110000 |
Color Harmonies of #D50CE7
Complementary color
Monochromatic Colors of #D50CE7
Black with #D50CE7
Text Example
Text Example
White with #D50CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CE7; }
p { color: rgb(213,12,231); }
H1.HeaderClassName
{
color: #D50CE7;
}
.AnyTagClassName
{
color: #D50CE7;
}
</style>
background-color css
<style>
a { background-color: #D50CE7; }
a { background-color: rgb(213,12,231); }
div.DivClassName
{
background-color: #D50CE7;
}
.BgClassName
{
background-color: #D50CE7;
}
</style>
border-color css
<style>
span { border-color: #D50CE7; }
span { border-color: rgb(213,12,231); }
td.TdClassName
{
border-color: #D50CE7;
}
.TagClassName
{
border-color: #D50CE7;
}
</style>