Shades of Psychedelic Purple #D40AF2
Tints of Psychedelic Purple #D40AF2
RGB
CMYK
RGB Variations
Color information
#D40AF2 (or 0xD40AF2) is known color: Psychedelic Purple. HEX triplet: D4, 0A and F2. RGB value is (212,10,242). Sum of RGB (Red+Green+Blue) = 212+10+242=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #D40AF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40AF2 is #2BF50D. Grayscale: #606060. Windows color (decimal): -2880782 or 15862484. OLE color: 15862484.
HSL color Cylindrical-coordinate representation of color #D40AF2: hue angle of 292.24º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40AF2 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 10 | 242 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.05 |
| HSL | 292.24º | 0.92% | 0.49% | - |
| HSV(B) | 292.24º | 0.96% | 0.95% | - |
| XYZ | 43.29 | 20.62 | 85.7 | - |
| YUV | 96.85 | 209.92 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 242 | 0.12 | 0.96 | 0 | 0.05 | 292.24 | 0.92 | 0.49 |
| Hex | D4 | A | F2 | C | 60 | 0 | 5 | 124 | 5C | 31 |
| Octal | 324 | 12 | 362 | 14 | 140 | 0 | 5 | 444 | 134 | 61 |
| Binary | 11010100 | 1010 | 11110010 | 1100 | 1100000 | 0 | 101 | 100100100 | 1011100 | 110001 |
Color Harmonies of #D40AF2
Complementary color
Monochromatic Colors of #D40AF2
Black with #D40AF2
Text Example
Text Example
White with #D40AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40AF2; }
p { color: rgb(212,10,242); }
H1.HeaderClassName
{
color: #D40AF2;
}
.AnyTagClassName
{
color: #D40AF2;
}
</style>
background-color css
<style>
a { background-color: #D40AF2; }
a { background-color: rgb(212,10,242); }
div.DivClassName
{
background-color: #D40AF2;
}
.BgClassName
{
background-color: #D40AF2;
}
</style>
border-color css
<style>
span { border-color: #D40AF2; }
span { border-color: rgb(212,10,242); }
td.TdClassName
{
border-color: #D40AF2;
}
.TagClassName
{
border-color: #D40AF2;
}
</style>