Shades of Psychedelic Purple #D228F8
Tints of Psychedelic Purple #D228F8
RGB
CMYK
RGB Variations
Color information
#D228F8 (or 0xD228F8) is known color: Psychedelic Purple. HEX triplet: D2, 28 and F8. RGB value is (210,40,248). Sum of RGB (Red+Green+Blue) = 210+40+248=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 40 (16.02% from 255 or 8.03% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #D228F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228F8 is #2DD707. Grayscale: #717171. Windows color (decimal): -3004168 or 16263378. OLE color: 16263378.
HSL color Cylindrical-coordinate representation of color #D228F8: hue angle of 289.04º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D228F8 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 40 | 248 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.03 |
| HSL | 289.04º | 0.94% | 0.56% | - |
| HSV(B) | 289.04º | 0.84% | 0.97% | - |
| XYZ | 44.28 | 22 | 90.72 | - |
| YUV | 114.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 248 | 0.15 | 0.84 | 0 | 0.03 | 289.04 | 0.94 | 0.56 |
| Hex | D2 | 28 | F8 | F | 54 | 0 | 3 | 121 | 5E | 38 |
| Octal | 322 | 50 | 370 | 17 | 124 | 0 | 3 | 441 | 136 | 70 |
| Binary | 11010010 | 101000 | 11111000 | 1111 | 1010100 | 0 | 11 | 100100001 | 1011110 | 111000 |
Color Harmonies of #D228F8
Complementary color
Monochromatic Colors of #D228F8
Black with #D228F8
Text Example
Text Example
White with #D228F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228F8; }
p { color: rgb(210,40,248); }
H1.HeaderClassName
{
color: #D228F8;
}
.AnyTagClassName
{
color: #D228F8;
}
</style>
background-color css
<style>
a { background-color: #D228F8; }
a { background-color: rgb(210,40,248); }
div.DivClassName
{
background-color: #D228F8;
}
.BgClassName
{
background-color: #D228F8;
}
</style>
border-color css
<style>
span { border-color: #D228F8; }
span { border-color: rgb(210,40,248); }
td.TdClassName
{
border-color: #D228F8;
}
.TagClassName
{
border-color: #D228F8;
}
</style>