Shades of Psychedelic Purple #D228F2
Tints of Psychedelic Purple #D228F2
RGB
CMYK
RGB Variations
Color information
#D228F2 (or 0xD228F2) is known color: Psychedelic Purple. HEX triplet: D2, 28 and F2. RGB value is (210,40,242). Sum of RGB (Red+Green+Blue) = 210+40+242=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #D228F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228F2 is #2DD70D. Grayscale: #717171. Windows color (decimal): -3004174 or 15870162. OLE color: 15870162.
HSL color Cylindrical-coordinate representation of color #D228F2: hue angle of 290.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D228F2 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 40 | 242 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.05 |
| HSL | 290.5º | 0.89% | 0.55% | - |
| HSV(B) | 290.5º | 0.83% | 0.95% | - |
| XYZ | 43.36 | 21.63 | 85.89 | - |
| YUV | 113.86 | 200.32 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 242 | 0.13 | 0.83 | 0 | 0.05 | 290.5 | 0.89 | 0.55 |
| Hex | D2 | 28 | F2 | D | 53 | 0 | 5 | 122 | 59 | 37 |
| Octal | 322 | 50 | 362 | 15 | 123 | 0 | 5 | 442 | 131 | 67 |
| Binary | 11010010 | 101000 | 11110010 | 1101 | 1010011 | 0 | 101 | 100100010 | 1011001 | 110111 |
Color Harmonies of #D228F2
Complementary color
Monochromatic Colors of #D228F2
Black with #D228F2
Text Example
Text Example
White with #D228F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228F2; }
p { color: rgb(210,40,242); }
H1.HeaderClassName
{
color: #D228F2;
}
.AnyTagClassName
{
color: #D228F2;
}
</style>
background-color css
<style>
a { background-color: #D228F2; }
a { background-color: rgb(210,40,242); }
div.DivClassName
{
background-color: #D228F2;
}
.BgClassName
{
background-color: #D228F2;
}
</style>
border-color css
<style>
span { border-color: #D228F2; }
span { border-color: rgb(210,40,242); }
td.TdClassName
{
border-color: #D228F2;
}
.TagClassName
{
border-color: #D228F2;
}
</style>