Shades of Psychedelic Purple #D905E7
Tints of Psychedelic Purple #D905E7
RGB
CMYK
RGB Variations
Color information
#D905E7 (or 0xD905E7) is known color: Psychedelic Purple. HEX triplet: D9, 05 and E7. RGB value is (217,5,231). Sum of RGB (Red+Green+Blue) = 217+5+231=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #D905E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D905E7 is #26FA18. Grayscale: #5D5D5D. Windows color (decimal): -2554393 or 15140313. OLE color: 15140313.
HSL color Cylindrical-coordinate representation of color #D905E7: hue angle of 296.28º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905E7 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 5 | 231 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.09 |
| HSL | 296.28º | 0.96% | 0.46% | - |
| HSV(B) | 296.28º | 0.98% | 0.91% | - |
| XYZ | 43.09 | 20.63 | 77.31 | - |
| YUV | 94.15 | 205.24 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 231 | 0.06 | 0.98 | 0 | 0.09 | 296.28 | 0.96 | 0.46 |
| Hex | D9 | 5 | E7 | 6 | 62 | 0 | 9 | 128 | 60 | 2E |
| Octal | 331 | 5 | 347 | 6 | 142 | 0 | 11 | 450 | 140 | 56 |
| Binary | 11011001 | 101 | 11100111 | 110 | 1100010 | 0 | 1001 | 100101000 | 1100000 | 101110 |
Color Harmonies of #D905E7
Complementary color
Monochromatic Colors of #D905E7
Black with #D905E7
Text Example
Text Example
White with #D905E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905E7; }
p { color: rgb(217,5,231); }
H1.HeaderClassName
{
color: #D905E7;
}
.AnyTagClassName
{
color: #D905E7;
}
</style>
background-color css
<style>
a { background-color: #D905E7; }
a { background-color: rgb(217,5,231); }
div.DivClassName
{
background-color: #D905E7;
}
.BgClassName
{
background-color: #D905E7;
}
</style>
border-color css
<style>
span { border-color: #D905E7; }
span { border-color: rgb(217,5,231); }
td.TdClassName
{
border-color: #D905E7;
}
.TagClassName
{
border-color: #D905E7;
}
</style>