Shades of Psychedelic Purple #D22AF6
Tints of Psychedelic Purple #D22AF6
RGB
CMYK
RGB Variations
Color information
#D22AF6 (or 0xD22AF6) is known color: Psychedelic Purple. HEX triplet: D2, 2A and F6. RGB value is (210,42,246). Sum of RGB (Red+Green+Blue) = 210+42+246=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 42 (16.80% from 255 or 8.43% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #D22AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22AF6 is #2DD509. Grayscale: #727272. Windows color (decimal): -3003658 or 16132818. OLE color: 16132818.
HSL color Cylindrical-coordinate representation of color #D22AF6: hue angle of 289.41º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22AF6 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 42 | 246 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.04 |
| HSL | 289.41º | 0.92% | 0.56% | - |
| HSV(B) | 289.41º | 0.83% | 0.96% | - |
| XYZ | 44.04 | 22.01 | 89.12 | - |
| YUV | 115.49 | 201.66 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 246 | 0.15 | 0.83 | 0 | 0.04 | 289.41 | 0.92 | 0.56 |
| Hex | D2 | 2A | F6 | F | 53 | 0 | 4 | 121 | 5C | 38 |
| Octal | 322 | 52 | 366 | 17 | 123 | 0 | 4 | 441 | 134 | 70 |
| Binary | 11010010 | 101010 | 11110110 | 1111 | 1010011 | 0 | 100 | 100100001 | 1011100 | 111000 |
Color Harmonies of #D22AF6
Complementary color
Monochromatic Colors of #D22AF6
Black with #D22AF6
Text Example
Text Example
White with #D22AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22AF6; }
p { color: rgb(210,42,246); }
H1.HeaderClassName
{
color: #D22AF6;
}
.AnyTagClassName
{
color: #D22AF6;
}
</style>
background-color css
<style>
a { background-color: #D22AF6; }
a { background-color: rgb(210,42,246); }
div.DivClassName
{
background-color: #D22AF6;
}
.BgClassName
{
background-color: #D22AF6;
}
</style>
border-color css
<style>
span { border-color: #D22AF6; }
span { border-color: rgb(210,42,246); }
td.TdClassName
{
border-color: #D22AF6;
}
.TagClassName
{
border-color: #D22AF6;
}
</style>