Shades of Psychedelic Purple #D925E6
Tints of Psychedelic Purple #D925E6
RGB
CMYK
RGB Variations
Color information
#D925E6 (or 0xD925E6) is known color: Psychedelic Purple. HEX triplet: D9, 25 and E6. RGB value is (217,37,230). Sum of RGB (Red+Green+Blue) = 217+37+230=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #D925E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D925E6 is #26DA19. Grayscale: #707070. Windows color (decimal): -2546202 or 15082969. OLE color: 15082969.
HSL color Cylindrical-coordinate representation of color #D925E6: hue angle of 295.96º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D925E6 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 37 | 230 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.10 |
| HSL | 295.96º | 0.79% | 0.52% | - |
| HSV(B) | 295.96º | 0.84% | 0.9% | - |
| XYZ | 43.56 | 21.79 | 76.77 | - |
| YUV | 112.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 230 | 0.06 | 0.84 | 0 | 0.10 | 295.96 | 0.79 | 0.52 |
| Hex | D9 | 25 | E6 | 6 | 54 | 0 | A | 128 | 4F | 34 |
| Octal | 331 | 45 | 346 | 6 | 124 | 0 | 12 | 450 | 117 | 64 |
| Binary | 11011001 | 100101 | 11100110 | 110 | 1010100 | 0 | 1010 | 100101000 | 1001111 | 110100 |
Color Harmonies of #D925E6
Complementary color
Monochromatic Colors of #D925E6
Black with #D925E6
Text Example
Text Example
White with #D925E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925E6; }
p { color: rgb(217,37,230); }
H1.HeaderClassName
{
color: #D925E6;
}
.AnyTagClassName
{
color: #D925E6;
}
</style>
background-color css
<style>
a { background-color: #D925E6; }
a { background-color: rgb(217,37,230); }
div.DivClassName
{
background-color: #D925E6;
}
.BgClassName
{
background-color: #D925E6;
}
</style>
border-color css
<style>
span { border-color: #D925E6; }
span { border-color: rgb(217,37,230); }
td.TdClassName
{
border-color: #D925E6;
}
.TagClassName
{
border-color: #D925E6;
}
</style>