Shades of Psychedelic Purple #D905F3
Tints of Psychedelic Purple #D905F3
RGB
CMYK
RGB Variations
Color information
#D905F3 (or 0xD905F3) is known color: Psychedelic Purple. HEX triplet: D9, 05 and F3. RGB value is (217,5,243). Sum of RGB (Red+Green+Blue) = 217+5+243=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #D905F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D905F3 is #26FA0C. Grayscale: #5E5E5E. Windows color (decimal): -2554381 or 15926745. OLE color: 15926745.
HSL color Cylindrical-coordinate representation of color #D905F3: hue angle of 293.45º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905F3 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 5 | 243 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.05 |
| HSL | 293.45º | 0.96% | 0.49% | - |
| HSV(B) | 293.45º | 0.98% | 0.95% | - |
| XYZ | 44.85 | 21.33 | 86.55 | - |
| YUV | 95.52 | 211.24 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 243 | 0.11 | 0.98 | 0 | 0.05 | 293.45 | 0.96 | 0.49 |
| Hex | D9 | 5 | F3 | B | 62 | 0 | 5 | 125 | 60 | 31 |
| Octal | 331 | 5 | 363 | 13 | 142 | 0 | 5 | 445 | 140 | 61 |
| Binary | 11011001 | 101 | 11110011 | 1011 | 1100010 | 0 | 101 | 100100101 | 1100000 | 110001 |
Color Harmonies of #D905F3
Complementary color
Monochromatic Colors of #D905F3
Black with #D905F3
Text Example
Text Example
White with #D905F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905F3; }
p { color: rgb(217,5,243); }
H1.HeaderClassName
{
color: #D905F3;
}
.AnyTagClassName
{
color: #D905F3;
}
</style>
background-color css
<style>
a { background-color: #D905F3; }
a { background-color: rgb(217,5,243); }
div.DivClassName
{
background-color: #D905F3;
}
.BgClassName
{
background-color: #D905F3;
}
</style>
border-color css
<style>
span { border-color: #D905F3; }
span { border-color: rgb(217,5,243); }
td.TdClassName
{
border-color: #D905F3;
}
.TagClassName
{
border-color: #D905F3;
}
</style>