Shades of Psychedelic Purple #D433FF
Tints of Psychedelic Purple #D433FF
RGB
CMYK
RGB Variations
Color information
#D433FF (or 0xD433FF) is known color: Psychedelic Purple. HEX triplet: D4, 33 and FF. RGB value is (212,51,255). Sum of RGB (Red+Green+Blue) = 212+51+255=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 51 (20.31% from 255 or 9.85% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #D433FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D433FF is #2BCC00. Grayscale: #797979. Windows color (decimal): -2870273 or 16724948. OLE color: 16724948.
HSL color Cylindrical-coordinate representation of color #D433FF: hue angle of 287.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D433FF is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 51 | 255 | - |
| CMYK | 0.17 | 0.8 | 0 | 0 |
| HSL | 287.35º | 1% | 0.6% | - |
| HSV(B) | 287.35º | 0.8% | 1% | - |
| XYZ | 46.39 | 23.58 | 96.72 | - |
| YUV | 122.4 | 202.84 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 255 | 0.17 | 0.8 | 0 | 0 | 287.35 | 1 | 0.6 |
| Hex | D4 | 33 | FF | 11 | 50 | 0 | 0 | 11F | 64 | 3C |
| Octal | 324 | 63 | 377 | 21 | 120 | 0 | 0 | 437 | 144 | 74 |
| Binary | 11010100 | 110011 | 11111111 | 10001 | 1010000 | 0 | 0 | 100011111 | 1100100 | 111100 |
Color Harmonies of #D433FF
Complementary color
Monochromatic Colors of #D433FF
Black with #D433FF
Text Example
Text Example
White with #D433FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D433FF; }
p { color: rgb(212,51,255); }
H1.HeaderClassName
{
color: #D433FF;
}
.AnyTagClassName
{
color: #D433FF;
}
</style>
background-color css
<style>
a { background-color: #D433FF; }
a { background-color: rgb(212,51,255); }
div.DivClassName
{
background-color: #D433FF;
}
.BgClassName
{
background-color: #D433FF;
}
</style>
border-color css
<style>
span { border-color: #D433FF; }
span { border-color: rgb(212,51,255); }
td.TdClassName
{
border-color: #D433FF;
}
.TagClassName
{
border-color: #D433FF;
}
</style>