Shades of Psychedelic Purple #D62FF2
Tints of Psychedelic Purple #D62FF2
RGB
CMYK
RGB Variations
Color information
#D62FF2 (or 0xD62FF2) is known color: Psychedelic Purple. HEX triplet: D6, 2F and F2. RGB value is (214,47,242). Sum of RGB (Red+Green+Blue) = 214+47+242=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #D62FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62FF2 is #29D00D. Grayscale: #767676. Windows color (decimal): -2740238 or 15871958. OLE color: 15871958.
HSL color Cylindrical-coordinate representation of color #D62FF2: hue angle of 291.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62FF2 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 47 | 242 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.05 |
| HSL | 291.38º | 0.88% | 0.57% | - |
| HSV(B) | 291.38º | 0.81% | 0.95% | - |
| XYZ | 44.78 | 22.74 | 86.03 | - |
| YUV | 119.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 242 | 0.12 | 0.81 | 0 | 0.05 | 291.38 | 0.88 | 0.57 |
| Hex | D6 | 2F | F2 | C | 51 | 0 | 5 | 123 | 58 | 39 |
| Octal | 326 | 57 | 362 | 14 | 121 | 0 | 5 | 443 | 130 | 71 |
| Binary | 11010110 | 101111 | 11110010 | 1100 | 1010001 | 0 | 101 | 100100011 | 1011000 | 111001 |
Color Harmonies of #D62FF2
Complementary color
Monochromatic Colors of #D62FF2
Black with #D62FF2
Text Example
Text Example
White with #D62FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62FF2; }
p { color: rgb(214,47,242); }
H1.HeaderClassName
{
color: #D62FF2;
}
.AnyTagClassName
{
color: #D62FF2;
}
</style>
background-color css
<style>
a { background-color: #D62FF2; }
a { background-color: rgb(214,47,242); }
div.DivClassName
{
background-color: #D62FF2;
}
.BgClassName
{
background-color: #D62FF2;
}
</style>
border-color css
<style>
span { border-color: #D62FF2; }
span { border-color: rgb(214,47,242); }
td.TdClassName
{
border-color: #D62FF2;
}
.TagClassName
{
border-color: #D62FF2;
}
</style>