Shades of Psychedelic Purple #D923F3
Tints of Psychedelic Purple #D923F3
RGB
CMYK
RGB Variations
Color information
#D923F3 (or 0xD923F3) is known color: Psychedelic Purple. HEX triplet: D9, 23 and F3. RGB value is (217,35,243). Sum of RGB (Red+Green+Blue) = 217+35+243=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 35 (14.06% from 255 or 7.07% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #D923F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D923F3 is #26DC0C. Grayscale: #707070. Windows color (decimal): -2546701 or 15934425. OLE color: 15934425.
HSL color Cylindrical-coordinate representation of color #D923F3: hue angle of 292.5º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D923F3 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 35 | 243 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.05 |
| HSL | 292.5º | 0.9% | 0.55% | - |
| HSV(B) | 292.5º | 0.86% | 0.95% | - |
| XYZ | 45.39 | 22.42 | 86.73 | - |
| YUV | 113.13 | 201.3 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 243 | 0.11 | 0.86 | 0 | 0.05 | 292.5 | 0.9 | 0.55 |
| Hex | D9 | 23 | F3 | B | 56 | 0 | 5 | 124 | 5A | 37 |
| Octal | 331 | 43 | 363 | 13 | 126 | 0 | 5 | 444 | 132 | 67 |
| Binary | 11011001 | 100011 | 11110011 | 1011 | 1010110 | 0 | 101 | 100100100 | 1011010 | 110111 |
Color Harmonies of #D923F3
Complementary color
Monochromatic Colors of #D923F3
Black with #D923F3
Text Example
Text Example
White with #D923F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923F3; }
p { color: rgb(217,35,243); }
H1.HeaderClassName
{
color: #D923F3;
}
.AnyTagClassName
{
color: #D923F3;
}
</style>
background-color css
<style>
a { background-color: #D923F3; }
a { background-color: rgb(217,35,243); }
div.DivClassName
{
background-color: #D923F3;
}
.BgClassName
{
background-color: #D923F3;
}
</style>
border-color css
<style>
span { border-color: #D923F3; }
span { border-color: rgb(217,35,243); }
td.TdClassName
{
border-color: #D923F3;
}
.TagClassName
{
border-color: #D923F3;
}
</style>