Shades of Psychedelic Purple #D60AF3
Tints of Psychedelic Purple #D60AF3
RGB
CMYK
RGB Variations
Color information
#D60AF3 (or 0xD60AF3) is known color: Psychedelic Purple. HEX triplet: D6, 0A and F3. RGB value is (214,10,243). Sum of RGB (Red+Green+Blue) = 214+10+243=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #D60AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60AF3 is #29F50C. Grayscale: #606060. Windows color (decimal): -2749709 or 15928022. OLE color: 15928022.
HSL color Cylindrical-coordinate representation of color #D60AF3: hue angle of 292.53º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60AF3 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 10 | 243 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.05 |
| HSL | 292.53º | 0.92% | 0.5% | - |
| HSV(B) | 292.53º | 0.96% | 0.95% | - |
| XYZ | 44.02 | 20.98 | 86.52 | - |
| YUV | 97.56 | 210.09 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 243 | 0.12 | 0.96 | 0 | 0.05 | 292.53 | 0.92 | 0.5 |
| Hex | D6 | A | F3 | C | 60 | 0 | 5 | 125 | 5C | 32 |
| Octal | 326 | 12 | 363 | 14 | 140 | 0 | 5 | 445 | 134 | 62 |
| Binary | 11010110 | 1010 | 11110011 | 1100 | 1100000 | 0 | 101 | 100100101 | 1011100 | 110010 |
Color Harmonies of #D60AF3
Complementary color
Monochromatic Colors of #D60AF3
Black with #D60AF3
Text Example
Text Example
White with #D60AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AF3; }
p { color: rgb(214,10,243); }
H1.HeaderClassName
{
color: #D60AF3;
}
.AnyTagClassName
{
color: #D60AF3;
}
</style>
background-color css
<style>
a { background-color: #D60AF3; }
a { background-color: rgb(214,10,243); }
div.DivClassName
{
background-color: #D60AF3;
}
.BgClassName
{
background-color: #D60AF3;
}
</style>
border-color css
<style>
span { border-color: #D60AF3; }
span { border-color: rgb(214,10,243); }
td.TdClassName
{
border-color: #D60AF3;
}
.TagClassName
{
border-color: #D60AF3;
}
</style>