Shades of Psychedelic Purple #D62AF2
Tints of Psychedelic Purple #D62AF2
RGB
CMYK
RGB Variations
Color information
#D62AF2 (or 0xD62AF2) is known color: Psychedelic Purple. HEX triplet: D6, 2A and F2. RGB value is (214,42,242). Sum of RGB (Red+Green+Blue) = 214+42+242=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 42 (16.80% from 255 or 8.43% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #D62AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62AF2 is #29D50D. Grayscale: #737373. Windows color (decimal): -2741518 or 15870678. OLE color: 15870678.
HSL color Cylindrical-coordinate representation of color #D62AF2: hue angle of 291.6º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62AF2 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 42 | 242 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.05 |
| HSL | 291.6º | 0.88% | 0.56% | - |
| HSV(B) | 291.6º | 0.83% | 0.95% | - |
| XYZ | 44.59 | 22.36 | 85.97 | - |
| YUV | 116.23 | 198.98 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 242 | 0.12 | 0.83 | 0 | 0.05 | 291.6 | 0.88 | 0.56 |
| Hex | D6 | 2A | F2 | C | 53 | 0 | 5 | 124 | 58 | 38 |
| Octal | 326 | 52 | 362 | 14 | 123 | 0 | 5 | 444 | 130 | 70 |
| Binary | 11010110 | 101010 | 11110010 | 1100 | 1010011 | 0 | 101 | 100100100 | 1011000 | 111000 |
Color Harmonies of #D62AF2
Complementary color
Monochromatic Colors of #D62AF2
Black with #D62AF2
Text Example
Text Example
White with #D62AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62AF2; }
p { color: rgb(214,42,242); }
H1.HeaderClassName
{
color: #D62AF2;
}
.AnyTagClassName
{
color: #D62AF2;
}
</style>
background-color css
<style>
a { background-color: #D62AF2; }
a { background-color: rgb(214,42,242); }
div.DivClassName
{
background-color: #D62AF2;
}
.BgClassName
{
background-color: #D62AF2;
}
</style>
border-color css
<style>
span { border-color: #D62AF2; }
span { border-color: rgb(214,42,242); }
td.TdClassName
{
border-color: #D62AF2;
}
.TagClassName
{
border-color: #D62AF2;
}
</style>