Shades of Psychedelic Purple #D724F3
Tints of Psychedelic Purple #D724F3
RGB
CMYK
RGB Variations
Color information
#D724F3 (or 0xD724F3) is known color: Psychedelic Purple. HEX triplet: D7, 24 and F3. RGB value is (215,36,243). Sum of RGB (Red+Green+Blue) = 215+36+243=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 36 (14.45% from 255 or 7.29% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #D724F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D724F3 is #28DB0C. Grayscale: #707070. Windows color (decimal): -2677517 or 15934679. OLE color: 15934679.
HSL color Cylindrical-coordinate representation of color #D724F3: hue angle of 291.88º degrees, saturation: 0.9, 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 #D724F3 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 36 | 243 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.05 |
| HSL | 291.88º | 0.9% | 0.55% | - |
| HSV(B) | 291.88º | 0.85% | 0.95% | - |
| XYZ | 44.83 | 22.18 | 86.71 | - |
| YUV | 113.12 | 201.3 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 243 | 0.12 | 0.85 | 0 | 0.05 | 291.88 | 0.9 | 0.55 |
| Hex | D7 | 24 | F3 | C | 55 | 0 | 5 | 124 | 5A | 37 |
| Octal | 327 | 44 | 363 | 14 | 125 | 0 | 5 | 444 | 132 | 67 |
| Binary | 11010111 | 100100 | 11110011 | 1100 | 1010101 | 0 | 101 | 100100100 | 1011010 | 110111 |
Color Harmonies of #D724F3
Complementary color
Monochromatic Colors of #D724F3
Black with #D724F3
Text Example
Text Example
White with #D724F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724F3; }
p { color: rgb(215,36,243); }
H1.HeaderClassName
{
color: #D724F3;
}
.AnyTagClassName
{
color: #D724F3;
}
</style>
background-color css
<style>
a { background-color: #D724F3; }
a { background-color: rgb(215,36,243); }
div.DivClassName
{
background-color: #D724F3;
}
.BgClassName
{
background-color: #D724F3;
}
</style>
border-color css
<style>
span { border-color: #D724F3; }
span { border-color: rgb(215,36,243); }
td.TdClassName
{
border-color: #D724F3;
}
.TagClassName
{
border-color: #D724F3;
}
</style>