Shades of Psychedelic Purple #D433FA
Tints of Psychedelic Purple #D433FA
RGB
CMYK
RGB Variations
Color information
#D433FA (or 0xD433FA) is known color: Psychedelic Purple. HEX triplet: D4, 33 and FA. RGB value is (212,51,250). Sum of RGB (Red+Green+Blue) = 212+51+250=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #D433FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D433FA is #2BCC05. Grayscale: #797979. Windows color (decimal): -2870278 or 16397268. OLE color: 16397268.
HSL color Cylindrical-coordinate representation of color #D433FA: hue angle of 288.54º 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 #D433FA is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 51 | 250 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.02 |
| HSL | 288.54º | 0.95% | 0.59% | - |
| HSV(B) | 288.54º | 0.8% | 0.98% | - |
| XYZ | 45.59 | 23.27 | 92.53 | - |
| YUV | 121.83 | 200.34 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 250 | 0.15 | 0.80 | 0 | 0.02 | 288.54 | 0.95 | 0.59 |
| Hex | D4 | 33 | FA | F | 50 | 0 | 2 | 121 | 5F | 3B |
| Octal | 324 | 63 | 372 | 17 | 120 | 0 | 2 | 441 | 137 | 73 |
| Binary | 11010100 | 110011 | 11111010 | 1111 | 1010000 | 0 | 10 | 100100001 | 1011111 | 111011 |
Color Harmonies of #D433FA
Complementary color
Monochromatic Colors of #D433FA
Black with #D433FA
Text Example
Text Example
White with #D433FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D433FA; }
p { color: rgb(212,51,250); }
H1.HeaderClassName
{
color: #D433FA;
}
.AnyTagClassName
{
color: #D433FA;
}
</style>
background-color css
<style>
a { background-color: #D433FA; }
a { background-color: rgb(212,51,250); }
div.DivClassName
{
background-color: #D433FA;
}
.BgClassName
{
background-color: #D433FA;
}
</style>
border-color css
<style>
span { border-color: #D433FA; }
span { border-color: rgb(212,51,250); }
td.TdClassName
{
border-color: #D433FA;
}
.TagClassName
{
border-color: #D433FA;
}
</style>