Shades of Psychedelic Purple #D223F1
Tints of Psychedelic Purple #D223F1
RGB
CMYK
RGB Variations
Color information
#D223F1 (or 0xD223F1) is known color: Psychedelic Purple. HEX triplet: D2, 23 and F1. RGB value is (210,35,241). Sum of RGB (Red+Green+Blue) = 210+35+241=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 35 (14.06% from 255 or 7.20% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #D223F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D223F1 is #2DDC0E. Grayscale: #6E6E6E. Windows color (decimal): -3005455 or 15803346. OLE color: 15803346.
HSL color Cylindrical-coordinate representation of color #D223F1: hue angle of 290.97º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D223F1 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 35 | 241 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.05 |
| HSL | 290.97º | 0.88% | 0.54% | - |
| HSV(B) | 290.97º | 0.85% | 0.95% | - |
| XYZ | 43.06 | 21.25 | 85.05 | - |
| YUV | 110.81 | 201.48 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 241 | 0.13 | 0.85 | 0 | 0.05 | 290.97 | 0.88 | 0.54 |
| Hex | D2 | 23 | F1 | D | 55 | 0 | 5 | 123 | 58 | 36 |
| Octal | 322 | 43 | 361 | 15 | 125 | 0 | 5 | 443 | 130 | 66 |
| Binary | 11010010 | 100011 | 11110001 | 1101 | 1010101 | 0 | 101 | 100100011 | 1011000 | 110110 |
Color Harmonies of #D223F1
Complementary color
Monochromatic Colors of #D223F1
Black with #D223F1
Text Example
Text Example
White with #D223F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223F1; }
p { color: rgb(210,35,241); }
H1.HeaderClassName
{
color: #D223F1;
}
.AnyTagClassName
{
color: #D223F1;
}
</style>
background-color css
<style>
a { background-color: #D223F1; }
a { background-color: rgb(210,35,241); }
div.DivClassName
{
background-color: #D223F1;
}
.BgClassName
{
background-color: #D223F1;
}
</style>
border-color css
<style>
span { border-color: #D223F1; }
span { border-color: rgb(210,35,241); }
td.TdClassName
{
border-color: #D223F1;
}
.TagClassName
{
border-color: #D223F1;
}
</style>