Shades of Psychedelic Purple #D228F6
Tints of Psychedelic Purple #D228F6
RGB
CMYK
RGB Variations
Color information
#D228F6 (or 0xD228F6) is known color: Psychedelic Purple. HEX triplet: D2, 28 and F6. RGB value is (210,40,246). Sum of RGB (Red+Green+Blue) = 210+40+246=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #D228F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228F6 is #2DD709. Grayscale: #717171. Windows color (decimal): -3004170 or 16132306. OLE color: 16132306.
HSL color Cylindrical-coordinate representation of color #D228F6: hue angle of 289.51º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D228F6 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 40 | 246 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.04 |
| HSL | 289.51º | 0.92% | 0.56% | - |
| HSV(B) | 289.51º | 0.84% | 0.96% | - |
| XYZ | 43.97 | 21.87 | 89.09 | - |
| YUV | 114.31 | 202.32 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 246 | 0.15 | 0.84 | 0 | 0.04 | 289.51 | 0.92 | 0.56 |
| Hex | D2 | 28 | F6 | F | 54 | 0 | 4 | 122 | 5C | 38 |
| Octal | 322 | 50 | 366 | 17 | 124 | 0 | 4 | 442 | 134 | 70 |
| Binary | 11010010 | 101000 | 11110110 | 1111 | 1010100 | 0 | 100 | 100100010 | 1011100 | 111000 |
Color Harmonies of #D228F6
Complementary color
Monochromatic Colors of #D228F6
Black with #D228F6
Text Example
Text Example
White with #D228F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228F6; }
p { color: rgb(210,40,246); }
H1.HeaderClassName
{
color: #D228F6;
}
.AnyTagClassName
{
color: #D228F6;
}
</style>
background-color css
<style>
a { background-color: #D228F6; }
a { background-color: rgb(210,40,246); }
div.DivClassName
{
background-color: #D228F6;
}
.BgClassName
{
background-color: #D228F6;
}
</style>
border-color css
<style>
span { border-color: #D228F6; }
span { border-color: rgb(210,40,246); }
td.TdClassName
{
border-color: #D228F6;
}
.TagClassName
{
border-color: #D228F6;
}
</style>