Shades of Psychedelic Purple #D230FA
Tints of Psychedelic Purple #D230FA
RGB
CMYK
RGB Variations
Color information
#D230FA (or 0xD230FA) is known color: Psychedelic Purple. HEX triplet: D2, 30 and FA. RGB value is (210,48,250). Sum of RGB (Red+Green+Blue) = 210+48+250=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #D230FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D230FA is #2DCF05. Grayscale: #767676. Windows color (decimal): -3002118 or 16396498. OLE color: 16396498.
HSL color Cylindrical-coordinate representation of color #D230FA: hue angle of 288.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D230FA is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 48 | 250 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.02 |
| HSL | 288.12º | 0.95% | 0.58% | - |
| HSV(B) | 288.12º | 0.81% | 0.98% | - |
| XYZ | 44.89 | 22.72 | 92.46 | - |
| YUV | 119.47 | 201.67 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 250 | 0.16 | 0.81 | 0 | 0.02 | 288.12 | 0.95 | 0.58 |
| Hex | D2 | 30 | FA | 10 | 51 | 0 | 2 | 120 | 5F | 3A |
| Octal | 322 | 60 | 372 | 20 | 121 | 0 | 2 | 440 | 137 | 72 |
| Binary | 11010010 | 110000 | 11111010 | 10000 | 1010001 | 0 | 10 | 100100000 | 1011111 | 111010 |
Color Harmonies of #D230FA
Complementary color
Monochromatic Colors of #D230FA
Black with #D230FA
Text Example
Text Example
White with #D230FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D230FA; }
p { color: rgb(210,48,250); }
H1.HeaderClassName
{
color: #D230FA;
}
.AnyTagClassName
{
color: #D230FA;
}
</style>
background-color css
<style>
a { background-color: #D230FA; }
a { background-color: rgb(210,48,250); }
div.DivClassName
{
background-color: #D230FA;
}
.BgClassName
{
background-color: #D230FA;
}
</style>
border-color css
<style>
span { border-color: #D230FA; }
span { border-color: rgb(210,48,250); }
td.TdClassName
{
border-color: #D230FA;
}
.TagClassName
{
border-color: #D230FA;
}
</style>