Shades of Psychedelic Purple #D225FA
Tints of Psychedelic Purple #D225FA
RGB
CMYK
RGB Variations
Color information
#D225FA (or 0xD225FA) is known color: Psychedelic Purple. HEX triplet: D2, 25 and FA. RGB value is (210,37,250). Sum of RGB (Red+Green+Blue) = 210+37+250=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #D225FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D225FA is #2DDA05. Grayscale: #707070. Windows color (decimal): -3004934 or 16393682. OLE color: 16393682.
HSL color Cylindrical-coordinate representation of color #D225FA: hue angle of 288.73º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D225FA is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 37 | 250 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.02 |
| HSL | 288.73º | 0.96% | 0.56% | - |
| HSV(B) | 288.73º | 0.85% | 0.98% | - |
| XYZ | 44.5 | 21.93 | 92.33 | - |
| YUV | 113.01 | 205.31 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 250 | 0.16 | 0.85 | 0 | 0.02 | 288.73 | 0.96 | 0.56 |
| Hex | D2 | 25 | FA | 10 | 55 | 0 | 2 | 121 | 60 | 38 |
| Octal | 322 | 45 | 372 | 20 | 125 | 0 | 2 | 441 | 140 | 70 |
| Binary | 11010010 | 100101 | 11111010 | 10000 | 1010101 | 0 | 10 | 100100001 | 1100000 | 111000 |
Color Harmonies of #D225FA
Complementary color
Monochromatic Colors of #D225FA
Black with #D225FA
Text Example
Text Example
White with #D225FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225FA; }
p { color: rgb(210,37,250); }
H1.HeaderClassName
{
color: #D225FA;
}
.AnyTagClassName
{
color: #D225FA;
}
</style>
background-color css
<style>
a { background-color: #D225FA; }
a { background-color: rgb(210,37,250); }
div.DivClassName
{
background-color: #D225FA;
}
.BgClassName
{
background-color: #D225FA;
}
</style>
border-color css
<style>
span { border-color: #D225FA; }
span { border-color: rgb(210,37,250); }
td.TdClassName
{
border-color: #D225FA;
}
.TagClassName
{
border-color: #D225FA;
}
</style>