Shades of Psychedelic Purple #D227FF
Tints of Psychedelic Purple #D227FF
RGB
CMYK
RGB Variations
Color information
#D227FF (or 0xD227FF) is known color: Psychedelic Purple. HEX triplet: D2, 27 and FF. RGB value is (210,39,255). Sum of RGB (Red+Green+Blue) = 210+39+255=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 39 (15.62% from 255 or 7.74% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #D227FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227FF is #2DD800. Grayscale: #727272. Windows color (decimal): -3004417 or 16721874. OLE color: 16721874.
HSL color Cylindrical-coordinate representation of color #D227FF: hue angle of 287.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D227FF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 39 | 255 | - |
| CMYK | 0.18 | 0.85 | 0 | 0 |
| HSL | 287.5º | 1% | 0.58% | - |
| HSV(B) | 287.5º | 0.85% | 1% | - |
| XYZ | 45.35 | 22.37 | 96.54 | - |
| YUV | 114.75 | 207.15 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 255 | 0.18 | 0.85 | 0 | 0 | 287.5 | 1 | 0.58 |
| Hex | D2 | 27 | FF | 12 | 55 | 0 | 0 | 120 | 64 | 3A |
| Octal | 322 | 47 | 377 | 22 | 125 | 0 | 0 | 440 | 144 | 72 |
| Binary | 11010010 | 100111 | 11111111 | 10010 | 1010101 | 0 | 0 | 100100000 | 1100100 | 111010 |
Color Harmonies of #D227FF
Complementary color
Monochromatic Colors of #D227FF
Black with #D227FF
Text Example
Text Example
White with #D227FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227FF; }
p { color: rgb(210,39,255); }
H1.HeaderClassName
{
color: #D227FF;
}
.AnyTagClassName
{
color: #D227FF;
}
</style>
background-color css
<style>
a { background-color: #D227FF; }
a { background-color: rgb(210,39,255); }
div.DivClassName
{
background-color: #D227FF;
}
.BgClassName
{
background-color: #D227FF;
}
</style>
border-color css
<style>
span { border-color: #D227FF; }
span { border-color: rgb(210,39,255); }
td.TdClassName
{
border-color: #D227FF;
}
.TagClassName
{
border-color: #D227FF;
}
</style>