Shades of Psychedelic Purple #D62BF4
Tints of Psychedelic Purple #D62BF4
RGB
CMYK
RGB Variations
Color information
#D62BF4 (or 0xD62BF4) is known color: Psychedelic Purple. HEX triplet: D6, 2B and F4. RGB value is (214,43,244). Sum of RGB (Red+Green+Blue) = 214+43+244=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 244 - color contains mainly: blue. Hex color #D62BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62BF4 is #29D40B. Grayscale: #747474. Windows color (decimal): -2741260 or 16002006. OLE color: 16002006.
HSL color Cylindrical-coordinate representation of color #D62BF4: hue angle of 291.04º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62BF4 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 43 | 244 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.04 |
| HSL | 291.04º | 0.9% | 0.56% | - |
| HSV(B) | 291.04º | 0.82% | 0.96% | - |
| XYZ | 44.92 | 22.56 | 87.57 | - |
| YUV | 117.04 | 199.65 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 244 | 0.12 | 0.82 | 0 | 0.04 | 291.04 | 0.9 | 0.56 |
| Hex | D6 | 2B | F4 | C | 52 | 0 | 4 | 123 | 5A | 38 |
| Octal | 326 | 53 | 364 | 14 | 122 | 0 | 4 | 443 | 132 | 70 |
| Binary | 11010110 | 101011 | 11110100 | 1100 | 1010010 | 0 | 100 | 100100011 | 1011010 | 111000 |
Color Harmonies of #D62BF4
Complementary color
Monochromatic Colors of #D62BF4
Black with #D62BF4
Text Example
Text Example
White with #D62BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BF4; }
p { color: rgb(214,43,244); }
H1.HeaderClassName
{
color: #D62BF4;
}
.AnyTagClassName
{
color: #D62BF4;
}
</style>
background-color css
<style>
a { background-color: #D62BF4; }
a { background-color: rgb(214,43,244); }
div.DivClassName
{
background-color: #D62BF4;
}
.BgClassName
{
background-color: #D62BF4;
}
</style>
border-color css
<style>
span { border-color: #D62BF4; }
span { border-color: rgb(214,43,244); }
td.TdClassName
{
border-color: #D62BF4;
}
.TagClassName
{
border-color: #D62BF4;
}
</style>