Shades of Psychedelic Purple #D212FE
Tints of Psychedelic Purple #D212FE
RGB
CMYK
RGB Variations
Color information
#D212FE (or 0xD212FE) is known color: Psychedelic Purple. HEX triplet: D2, 12 and FE. RGB value is (210,18,254). Sum of RGB (Red+Green+Blue) = 210+18+254=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #D212FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D212FE is #2DED01. Grayscale: #656565. Windows color (decimal): -3009794 or 16650962. OLE color: 16650962.
HSL color Cylindrical-coordinate representation of color #D212FE: hue angle of 288.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D212FE is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 18 | 254 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.00 |
| HSL | 288.81º | 0.99% | 0.53% | - |
| HSV(B) | 288.81º | 0.93% | 1% | - |
| XYZ | 44.68 | 21.29 | 95.52 | - |
| YUV | 102.31 | 213.61 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 254 | 0.17 | 0.93 | 0 | 0.00 | 288.81 | 0.99 | 0.53 |
| Hex | D2 | 12 | FE | 11 | 5D | 0 | 0 | 121 | 63 | 35 |
| Octal | 322 | 22 | 376 | 21 | 135 | 0 | 0 | 441 | 143 | 65 |
| Binary | 11010010 | 10010 | 11111110 | 10001 | 1011101 | 0 | 0 | 100100001 | 1100011 | 110101 |
Color Harmonies of #D212FE
Complementary color
Monochromatic Colors of #D212FE
Black with #D212FE
Text Example
Text Example
White with #D212FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D212FE; }
p { color: rgb(210,18,254); }
H1.HeaderClassName
{
color: #D212FE;
}
.AnyTagClassName
{
color: #D212FE;
}
</style>
background-color css
<style>
a { background-color: #D212FE; }
a { background-color: rgb(210,18,254); }
div.DivClassName
{
background-color: #D212FE;
}
.BgClassName
{
background-color: #D212FE;
}
</style>
border-color css
<style>
span { border-color: #D212FE; }
span { border-color: rgb(210,18,254); }
td.TdClassName
{
border-color: #D212FE;
}
.TagClassName
{
border-color: #D212FE;
}
</style>