Shades of Psychedelic Purple #D433FD
Tints of Psychedelic Purple #D433FD
RGB
CMYK
RGB Variations
Color information
#D433FD (or 0xD433FD) is known color: Psychedelic Purple. HEX triplet: D4, 33 and FD. RGB value is (212,51,253). Sum of RGB (Red+Green+Blue) = 212+51+253=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 51 (20.31% from 255 or 9.88% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #D433FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D433FD is #2BCC02. Grayscale: #797979. Windows color (decimal): -2870275 or 16593876. OLE color: 16593876.
HSL color Cylindrical-coordinate representation of color #D433FD: hue angle of 287.82º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D433FD is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 51 | 253 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.01 |
| HSL | 287.82º | 0.98% | 0.6% | - |
| HSV(B) | 287.82º | 0.8% | 0.99% | - |
| XYZ | 46.06 | 23.46 | 95.03 | - |
| YUV | 122.17 | 201.84 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 253 | 0.16 | 0.80 | 0 | 0.01 | 287.82 | 0.98 | 0.6 |
| Hex | D4 | 33 | FD | 10 | 50 | 0 | 1 | 120 | 62 | 3C |
| Octal | 324 | 63 | 375 | 20 | 120 | 0 | 1 | 440 | 142 | 74 |
| Binary | 11010100 | 110011 | 11111101 | 10000 | 1010000 | 0 | 1 | 100100000 | 1100010 | 111100 |
Color Harmonies of #D433FD
Complementary color
Monochromatic Colors of #D433FD
Black with #D433FD
Text Example
Text Example
White with #D433FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D433FD; }
p { color: rgb(212,51,253); }
H1.HeaderClassName
{
color: #D433FD;
}
.AnyTagClassName
{
color: #D433FD;
}
</style>
background-color css
<style>
a { background-color: #D433FD; }
a { background-color: rgb(212,51,253); }
div.DivClassName
{
background-color: #D433FD;
}
.BgClassName
{
background-color: #D433FD;
}
</style>
border-color css
<style>
span { border-color: #D433FD; }
span { border-color: rgb(212,51,253); }
td.TdClassName
{
border-color: #D433FD;
}
.TagClassName
{
border-color: #D433FD;
}
</style>