Shades of Psychedelic Purple #D229F2
Tints of Psychedelic Purple #D229F2
RGB
CMYK
RGB Variations
Color information
#D229F2 (or 0xD229F2) is known color: Psychedelic Purple. HEX triplet: D2, 29 and F2. RGB value is (210,41,242). Sum of RGB (Red+Green+Blue) = 210+41+242=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #D229F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D229F2 is #2DD60D. Grayscale: #717171. Windows color (decimal): -3003918 or 15870418. OLE color: 15870418.
HSL color Cylindrical-coordinate representation of color #D229F2: hue angle of 290.45º 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 #D229F2 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 41 | 242 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.05 |
| HSL | 290.45º | 0.89% | 0.55% | - |
| HSV(B) | 290.45º | 0.83% | 0.95% | - |
| XYZ | 43.4 | 21.7 | 85.91 | - |
| YUV | 114.45 | 199.99 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 242 | 0.13 | 0.83 | 0 | 0.05 | 290.45 | 0.89 | 0.55 |
| Hex | D2 | 29 | F2 | D | 53 | 0 | 5 | 122 | 59 | 37 |
| Octal | 322 | 51 | 362 | 15 | 123 | 0 | 5 | 442 | 131 | 67 |
| Binary | 11010010 | 101001 | 11110010 | 1101 | 1010011 | 0 | 101 | 100100010 | 1011001 | 110111 |
Color Harmonies of #D229F2
Complementary color
Monochromatic Colors of #D229F2
Black with #D229F2
Text Example
Text Example
White with #D229F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229F2; }
p { color: rgb(210,41,242); }
H1.HeaderClassName
{
color: #D229F2;
}
.AnyTagClassName
{
color: #D229F2;
}
</style>
background-color css
<style>
a { background-color: #D229F2; }
a { background-color: rgb(210,41,242); }
div.DivClassName
{
background-color: #D229F2;
}
.BgClassName
{
background-color: #D229F2;
}
</style>
border-color css
<style>
span { border-color: #D229F2; }
span { border-color: rgb(210,41,242); }
td.TdClassName
{
border-color: #D229F2;
}
.TagClassName
{
border-color: #D229F2;
}
</style>