Shades of Psychedelic Purple #D228F3
Tints of Psychedelic Purple #D228F3
RGB
CMYK
RGB Variations
Color information
#D228F3 (or 0xD228F3) is known color: Psychedelic Purple. HEX triplet: D2, 28 and F3. RGB value is (210,40,243). Sum of RGB (Red+Green+Blue) = 210+40+243=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #D228F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228F3 is #2DD70C. Grayscale: #717171. Windows color (decimal): -3004173 or 15935698. OLE color: 15935698.
HSL color Cylindrical-coordinate representation of color #D228F3: hue angle of 290.25º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D228F3 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 40 | 243 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.05 |
| HSL | 290.25º | 0.89% | 0.55% | - |
| HSV(B) | 290.25º | 0.84% | 0.95% | - |
| XYZ | 43.51 | 21.69 | 86.69 | - |
| YUV | 113.97 | 200.82 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 243 | 0.14 | 0.84 | 0 | 0.05 | 290.25 | 0.89 | 0.55 |
| Hex | D2 | 28 | F3 | E | 54 | 0 | 5 | 122 | 59 | 37 |
| Octal | 322 | 50 | 363 | 16 | 124 | 0 | 5 | 442 | 131 | 67 |
| Binary | 11010010 | 101000 | 11110011 | 1110 | 1010100 | 0 | 101 | 100100010 | 1011001 | 110111 |
Color Harmonies of #D228F3
Complementary color
Monochromatic Colors of #D228F3
Black with #D228F3
Text Example
Text Example
White with #D228F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228F3; }
p { color: rgb(210,40,243); }
H1.HeaderClassName
{
color: #D228F3;
}
.AnyTagClassName
{
color: #D228F3;
}
</style>
background-color css
<style>
a { background-color: #D228F3; }
a { background-color: rgb(210,40,243); }
div.DivClassName
{
background-color: #D228F3;
}
.BgClassName
{
background-color: #D228F3;
}
</style>
border-color css
<style>
span { border-color: #D228F3; }
span { border-color: rgb(210,40,243); }
td.TdClassName
{
border-color: #D228F3;
}
.TagClassName
{
border-color: #D228F3;
}
</style>