Shades of Psychedelic Purple #D228FF
Tints of Psychedelic Purple #D228FF
RGB
CMYK
RGB Variations
Color information
#D228FF (or 0xD228FF) is known color: Psychedelic Purple. HEX triplet: D2, 28 and FF. RGB value is (210,40,255). Sum of RGB (Red+Green+Blue) = 210+40+255=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 40 (16.02% from 255 or 7.92% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #D228FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228FF is #2DD700. Grayscale: #727272. Windows color (decimal): -3004161 or 16722130. OLE color: 16722130.
HSL color Cylindrical-coordinate representation of color #D228FF: hue angle of 287.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D228FF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 40 | 255 | - |
| CMYK | 0.18 | 0.84 | 0 | 0 |
| HSL | 287.44º | 1% | 0.58% | - |
| HSV(B) | 287.44º | 0.84% | 1% | - |
| XYZ | 45.39 | 22.44 | 96.55 | - |
| YUV | 115.34 | 206.82 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 255 | 0.18 | 0.84 | 0 | 0 | 287.44 | 1 | 0.58 |
| Hex | D2 | 28 | FF | 12 | 54 | 0 | 0 | 11F | 64 | 3A |
| Octal | 322 | 50 | 377 | 22 | 124 | 0 | 0 | 437 | 144 | 72 |
| Binary | 11010010 | 101000 | 11111111 | 10010 | 1010100 | 0 | 0 | 100011111 | 1100100 | 111010 |
Color Harmonies of #D228FF
Complementary color
Monochromatic Colors of #D228FF
Black with #D228FF
Text Example
Text Example
White with #D228FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228FF; }
p { color: rgb(210,40,255); }
H1.HeaderClassName
{
color: #D228FF;
}
.AnyTagClassName
{
color: #D228FF;
}
</style>
background-color css
<style>
a { background-color: #D228FF; }
a { background-color: rgb(210,40,255); }
div.DivClassName
{
background-color: #D228FF;
}
.BgClassName
{
background-color: #D228FF;
}
</style>
border-color css
<style>
span { border-color: #D228FF; }
span { border-color: rgb(210,40,255); }
td.TdClassName
{
border-color: #D228FF;
}
.TagClassName
{
border-color: #D228FF;
}
</style>