Shades of Psychedelic Purple #D227F8
Tints of Psychedelic Purple #D227F8
RGB
CMYK
RGB Variations
Color information
#D227F8 (or 0xD227F8) is known color: Psychedelic Purple. HEX triplet: D2, 27 and F8. RGB value is (210,39,248). Sum of RGB (Red+Green+Blue) = 210+39+248=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #D227F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227F8 is #2DD807. Grayscale: #717171. Windows color (decimal): -3004424 or 16263122. OLE color: 16263122.
HSL color Cylindrical-coordinate representation of color #D227F8: hue angle of 289.09º 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 #D227F8 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 39 | 248 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.03 |
| HSL | 289.09º | 0.94% | 0.56% | - |
| HSV(B) | 289.09º | 0.84% | 0.97% | - |
| XYZ | 44.25 | 21.93 | 90.71 | - |
| YUV | 113.96 | 203.65 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 248 | 0.15 | 0.84 | 0 | 0.03 | 289.09 | 0.94 | 0.56 |
| Hex | D2 | 27 | F8 | F | 54 | 0 | 3 | 121 | 5E | 38 |
| Octal | 322 | 47 | 370 | 17 | 124 | 0 | 3 | 441 | 136 | 70 |
| Binary | 11010010 | 100111 | 11111000 | 1111 | 1010100 | 0 | 11 | 100100001 | 1011110 | 111000 |
Color Harmonies of #D227F8
Complementary color
Monochromatic Colors of #D227F8
Black with #D227F8
Text Example
Text Example
White with #D227F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227F8; }
p { color: rgb(210,39,248); }
H1.HeaderClassName
{
color: #D227F8;
}
.AnyTagClassName
{
color: #D227F8;
}
</style>
background-color css
<style>
a { background-color: #D227F8; }
a { background-color: rgb(210,39,248); }
div.DivClassName
{
background-color: #D227F8;
}
.BgClassName
{
background-color: #D227F8;
}
</style>
border-color css
<style>
span { border-color: #D227F8; }
span { border-color: rgb(210,39,248); }
td.TdClassName
{
border-color: #D227F8;
}
.TagClassName
{
border-color: #D227F8;
}
</style>