Shades of Psychedelic Purple #D224FA
Tints of Psychedelic Purple #D224FA
RGB
CMYK
RGB Variations
Color information
#D224FA (or 0xD224FA) is known color: Psychedelic Purple. HEX triplet: D2, 24 and FA. RGB value is (210,36,250). Sum of RGB (Red+Green+Blue) = 210+36+250=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 36 (14.45% from 255 or 7.26% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #D224FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D224FA is #2DDB05. Grayscale: #6F6F6F. Windows color (decimal): -3005190 or 16393426. OLE color: 16393426.
HSL color Cylindrical-coordinate representation of color #D224FA: hue angle of 288.79º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D224FA is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 36 | 250 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.02 |
| HSL | 288.79º | 0.96% | 0.56% | - |
| HSV(B) | 288.79º | 0.86% | 0.98% | - |
| XYZ | 44.46 | 21.87 | 92.32 | - |
| YUV | 112.42 | 205.65 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 250 | 0.16 | 0.86 | 0 | 0.02 | 288.79 | 0.96 | 0.56 |
| Hex | D2 | 24 | FA | 10 | 56 | 0 | 2 | 121 | 60 | 38 |
| Octal | 322 | 44 | 372 | 20 | 126 | 0 | 2 | 441 | 140 | 70 |
| Binary | 11010010 | 100100 | 11111010 | 10000 | 1010110 | 0 | 10 | 100100001 | 1100000 | 111000 |
Color Harmonies of #D224FA
Complementary color
Monochromatic Colors of #D224FA
Black with #D224FA
Text Example
Text Example
White with #D224FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224FA; }
p { color: rgb(210,36,250); }
H1.HeaderClassName
{
color: #D224FA;
}
.AnyTagClassName
{
color: #D224FA;
}
</style>
background-color css
<style>
a { background-color: #D224FA; }
a { background-color: rgb(210,36,250); }
div.DivClassName
{
background-color: #D224FA;
}
.BgClassName
{
background-color: #D224FA;
}
</style>
border-color css
<style>
span { border-color: #D224FA; }
span { border-color: rgb(210,36,250); }
td.TdClassName
{
border-color: #D224FA;
}
.TagClassName
{
border-color: #D224FA;
}
</style>