Shades of Psychedelic Purple #D224F1
Tints of Psychedelic Purple #D224F1
RGB
CMYK
RGB Variations
Color information
#D224F1 (or 0xD224F1) is known color: Psychedelic Purple. HEX triplet: D2, 24 and F1. RGB value is (210,36,241). Sum of RGB (Red+Green+Blue) = 210+36+241=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 36 (14.45% from 255 or 7.39% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #D224F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D224F1 is #2DDB0E. Grayscale: #6E6E6E. Windows color (decimal): -3005199 or 15803602. OLE color: 15803602.
HSL color Cylindrical-coordinate representation of color #D224F1: hue angle of 290.93º 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 #D224F1 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 36 | 241 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.05 |
| HSL | 290.93º | 0.88% | 0.54% | - |
| HSV(B) | 290.93º | 0.85% | 0.95% | - |
| XYZ | 43.09 | 21.31 | 85.06 | - |
| YUV | 111.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 241 | 0.13 | 0.85 | 0 | 0.05 | 290.93 | 0.88 | 0.54 |
| Hex | D2 | 24 | F1 | D | 55 | 0 | 5 | 123 | 58 | 36 |
| Octal | 322 | 44 | 361 | 15 | 125 | 0 | 5 | 443 | 130 | 66 |
| Binary | 11010010 | 100100 | 11110001 | 1101 | 1010101 | 0 | 101 | 100100011 | 1011000 | 110110 |
Color Harmonies of #D224F1
Complementary color
Monochromatic Colors of #D224F1
Black with #D224F1
Text Example
Text Example
White with #D224F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224F1; }
p { color: rgb(210,36,241); }
H1.HeaderClassName
{
color: #D224F1;
}
.AnyTagClassName
{
color: #D224F1;
}
</style>
background-color css
<style>
a { background-color: #D224F1; }
a { background-color: rgb(210,36,241); }
div.DivClassName
{
background-color: #D224F1;
}
.BgClassName
{
background-color: #D224F1;
}
</style>
border-color css
<style>
span { border-color: #D224F1; }
span { border-color: rgb(210,36,241); }
td.TdClassName
{
border-color: #D224F1;
}
.TagClassName
{
border-color: #D224F1;
}
</style>