Shades of Psychedelic Purple #D225F2
Tints of Psychedelic Purple #D225F2
RGB
CMYK
RGB Variations
Color information
#D225F2 (or 0xD225F2) is known color: Psychedelic Purple. HEX triplet: D2, 25 and F2. RGB value is (210,37,242). Sum of RGB (Red+Green+Blue) = 210+37+242=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 37 (14.84% from 255 or 7.57% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #D225F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D225F2 is #2DDA0D. Grayscale: #6F6F6F. Windows color (decimal): -3004942 or 15869394. OLE color: 15869394.
HSL color Cylindrical-coordinate representation of color #D225F2: hue angle of 290.63º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D225F2 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 37 | 242 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.05 |
| HSL | 290.63º | 0.89% | 0.55% | - |
| HSV(B) | 290.63º | 0.85% | 0.95% | - |
| XYZ | 43.27 | 21.44 | 85.86 | - |
| YUV | 112.1 | 201.31 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 242 | 0.13 | 0.85 | 0 | 0.05 | 290.63 | 0.89 | 0.55 |
| Hex | D2 | 25 | F2 | D | 55 | 0 | 5 | 123 | 59 | 37 |
| Octal | 322 | 45 | 362 | 15 | 125 | 0 | 5 | 443 | 131 | 67 |
| Binary | 11010010 | 100101 | 11110010 | 1101 | 1010101 | 0 | 101 | 100100011 | 1011001 | 110111 |
Color Harmonies of #D225F2
Complementary color
Monochromatic Colors of #D225F2
Black with #D225F2
Text Example
Text Example
White with #D225F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225F2; }
p { color: rgb(210,37,242); }
H1.HeaderClassName
{
color: #D225F2;
}
.AnyTagClassName
{
color: #D225F2;
}
</style>
background-color css
<style>
a { background-color: #D225F2; }
a { background-color: rgb(210,37,242); }
div.DivClassName
{
background-color: #D225F2;
}
.BgClassName
{
background-color: #D225F2;
}
</style>
border-color css
<style>
span { border-color: #D225F2; }
span { border-color: rgb(210,37,242); }
td.TdClassName
{
border-color: #D225F2;
}
.TagClassName
{
border-color: #D225F2;
}
</style>