Shades of Psychedelic Purple #D436FF
Tints of Psychedelic Purple #D436FF
RGB
CMYK
RGB Variations
Color information
#D436FF (or 0xD436FF) is known color: Psychedelic Purple. HEX triplet: D4, 36 and FF. RGB value is (212,54,255). Sum of RGB (Red+Green+Blue) = 212+54+255=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 54 (21.48% from 255 or 10.36% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #D436FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D436FF is #2BC900. Grayscale: #7B7B7B. Windows color (decimal): -2869505 or 16725716. OLE color: 16725716.
HSL color Cylindrical-coordinate representation of color #D436FF: hue angle of 287.16º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D436FF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 54 | 255 | - |
| CMYK | 0.17 | 0.79 | 0 | 0 |
| HSL | 287.16º | 1% | 0.61% | - |
| HSV(B) | 287.16º | 0.79% | 1% | - |
| XYZ | 46.52 | 23.86 | 96.76 | - |
| YUV | 124.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 255 | 0.17 | 0.79 | 0 | 0 | 287.16 | 1 | 0.61 |
| Hex | D4 | 36 | FF | 11 | 4F | 0 | 0 | 11F | 64 | 3D |
| Octal | 324 | 66 | 377 | 21 | 117 | 0 | 0 | 437 | 144 | 75 |
| Binary | 11010100 | 110110 | 11111111 | 10001 | 1001111 | 0 | 0 | 100011111 | 1100100 | 111101 |
Color Harmonies of #D436FF
Complementary color
Monochromatic Colors of #D436FF
Black with #D436FF
Text Example
Text Example
White with #D436FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D436FF; }
p { color: rgb(212,54,255); }
H1.HeaderClassName
{
color: #D436FF;
}
.AnyTagClassName
{
color: #D436FF;
}
</style>
background-color css
<style>
a { background-color: #D436FF; }
a { background-color: rgb(212,54,255); }
div.DivClassName
{
background-color: #D436FF;
}
.BgClassName
{
background-color: #D436FF;
}
</style>
border-color css
<style>
span { border-color: #D436FF; }
span { border-color: rgb(212,54,255); }
td.TdClassName
{
border-color: #D436FF;
}
.TagClassName
{
border-color: #D436FF;
}
</style>