Shades of Psychedelic Purple #D925F1
Tints of Psychedelic Purple #D925F1
RGB
CMYK
RGB Variations
Color information
#D925F1 (or 0xD925F1) is known color: Psychedelic Purple. HEX triplet: D9, 25 and F1. RGB value is (217,37,241). Sum of RGB (Red+Green+Blue) = 217+37+241=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 37 (14.84% from 255 or 7.47% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #D925F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D925F1 is #26DA0E. Grayscale: #717171. Windows color (decimal): -2546191 or 15803865. OLE color: 15803865.
HSL color Cylindrical-coordinate representation of color #D925F1: hue angle of 292.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D925F1 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 37 | 241 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.05 |
| HSL | 292.94º | 0.88% | 0.55% | - |
| HSV(B) | 292.94º | 0.85% | 0.95% | - |
| XYZ | 45.15 | 22.43 | 85.17 | - |
| YUV | 114.08 | 199.63 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 241 | 0.10 | 0.85 | 0 | 0.05 | 292.94 | 0.88 | 0.55 |
| Hex | D9 | 25 | F1 | A | 55 | 0 | 5 | 125 | 58 | 37 |
| Octal | 331 | 45 | 361 | 12 | 125 | 0 | 5 | 445 | 130 | 67 |
| Binary | 11011001 | 100101 | 11110001 | 1010 | 1010101 | 0 | 101 | 100100101 | 1011000 | 110111 |
Color Harmonies of #D925F1
Complementary color
Monochromatic Colors of #D925F1
Black with #D925F1
Text Example
Text Example
White with #D925F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925F1; }
p { color: rgb(217,37,241); }
H1.HeaderClassName
{
color: #D925F1;
}
.AnyTagClassName
{
color: #D925F1;
}
</style>
background-color css
<style>
a { background-color: #D925F1; }
a { background-color: rgb(217,37,241); }
div.DivClassName
{
background-color: #D925F1;
}
.BgClassName
{
background-color: #D925F1;
}
</style>
border-color css
<style>
span { border-color: #D925F1; }
span { border-color: rgb(217,37,241); }
td.TdClassName
{
border-color: #D925F1;
}
.TagClassName
{
border-color: #D925F1;
}
</style>