Shades of Psychedelic Purple #D02AF4
Tints of Psychedelic Purple #D02AF4
RGB
CMYK
RGB Variations
Color information
#D02AF4 (or 0xD02AF4) is known color: Psychedelic Purple. HEX triplet: D0, 2A and F4. RGB value is (208,42,244). Sum of RGB (Red+Green+Blue) = 208+42+244=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #D02AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02AF4 is #2FD50B. Grayscale: #727272. Windows color (decimal): -3134732 or 16001744. OLE color: 16001744.
HSL color Cylindrical-coordinate representation of color #D02AF4: hue angle of 289.31º degrees, saturation: 0.9, 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 #D02AF4 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 42 | 244 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.04 |
| HSL | 289.31º | 0.9% | 0.56% | - |
| HSV(B) | 289.31º | 0.83% | 0.96% | - |
| XYZ | 43.17 | 21.6 | 87.48 | - |
| YUV | 114.66 | 201 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 244 | 0.15 | 0.83 | 0 | 0.04 | 289.31 | 0.9 | 0.56 |
| Hex | D0 | 2A | F4 | F | 53 | 0 | 4 | 121 | 5A | 38 |
| Octal | 320 | 52 | 364 | 17 | 123 | 0 | 4 | 441 | 132 | 70 |
| Binary | 11010000 | 101010 | 11110100 | 1111 | 1010011 | 0 | 100 | 100100001 | 1011010 | 111000 |
Color Harmonies of #D02AF4
Complementary color
Monochromatic Colors of #D02AF4
Black with #D02AF4
Text Example
Text Example
White with #D02AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02AF4; }
p { color: rgb(208,42,244); }
H1.HeaderClassName
{
color: #D02AF4;
}
.AnyTagClassName
{
color: #D02AF4;
}
</style>
background-color css
<style>
a { background-color: #D02AF4; }
a { background-color: rgb(208,42,244); }
div.DivClassName
{
background-color: #D02AF4;
}
.BgClassName
{
background-color: #D02AF4;
}
</style>
border-color css
<style>
span { border-color: #D02AF4; }
span { border-color: rgb(208,42,244); }
td.TdClassName
{
border-color: #D02AF4;
}
.TagClassName
{
border-color: #D02AF4;
}
</style>