Shades of Psychedelic Purple #D233FA
Tints of Psychedelic Purple #D233FA
RGB
CMYK
RGB Variations
Color information
#D233FA (or 0xD233FA) is known color: Psychedelic Purple. HEX triplet: D2, 33 and FA. RGB value is (210,51,250). Sum of RGB (Red+Green+Blue) = 210+51+250=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 51 (20.31% from 255 or 9.98% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #D233FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D233FA is #2DCC05. Grayscale: #787878. Windows color (decimal): -3001350 or 16397266. OLE color: 16397266.
HSL color Cylindrical-coordinate representation of color #D233FA: hue angle of 287.94º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D233FA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 51 | 250 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.02 |
| HSL | 287.94º | 0.95% | 0.59% | - |
| HSV(B) | 287.94º | 0.8% | 0.98% | - |
| XYZ | 45.02 | 22.97 | 92.5 | - |
| YUV | 121.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 250 | 0.16 | 0.80 | 0 | 0.02 | 287.94 | 0.95 | 0.59 |
| Hex | D2 | 33 | FA | 10 | 50 | 0 | 2 | 120 | 5F | 3B |
| Octal | 322 | 63 | 372 | 20 | 120 | 0 | 2 | 440 | 137 | 73 |
| Binary | 11010010 | 110011 | 11111010 | 10000 | 1010000 | 0 | 10 | 100100000 | 1011111 | 111011 |
Color Harmonies of #D233FA
Complementary color
Monochromatic Colors of #D233FA
Black with #D233FA
Text Example
Text Example
White with #D233FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233FA; }
p { color: rgb(210,51,250); }
H1.HeaderClassName
{
color: #D233FA;
}
.AnyTagClassName
{
color: #D233FA;
}
</style>
background-color css
<style>
a { background-color: #D233FA; }
a { background-color: rgb(210,51,250); }
div.DivClassName
{
background-color: #D233FA;
}
.BgClassName
{
background-color: #D233FA;
}
</style>
border-color css
<style>
span { border-color: #D233FA; }
span { border-color: rgb(210,51,250); }
td.TdClassName
{
border-color: #D233FA;
}
.TagClassName
{
border-color: #D233FA;
}
</style>