Shades of Psychedelic Purple #D02AFB
Tints of Psychedelic Purple #D02AFB
RGB
CMYK
RGB Variations
Color information
#D02AFB (or 0xD02AFB) is known color: Psychedelic Purple. HEX triplet: D0, 2A and FB. RGB value is (208,42,251). Sum of RGB (Red+Green+Blue) = 208+42+251=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #D02AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02AFB is #2FD504. Grayscale: #727272. Windows color (decimal): -3134725 or 16460496. OLE color: 16460496.
HSL color Cylindrical-coordinate representation of color #D02AFB: hue angle of 287.66º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02AFB is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 42 | 251 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.02 |
| HSL | 287.66º | 0.96% | 0.57% | - |
| HSV(B) | 287.66º | 0.83% | 0.98% | - |
| XYZ | 44.25 | 22.03 | 93.19 | - |
| YUV | 115.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 251 | 0.17 | 0.83 | 0 | 0.02 | 287.66 | 0.96 | 0.57 |
| Hex | D0 | 2A | FB | 11 | 53 | 0 | 2 | 120 | 60 | 39 |
| Octal | 320 | 52 | 373 | 21 | 123 | 0 | 2 | 440 | 140 | 71 |
| Binary | 11010000 | 101010 | 11111011 | 10001 | 1010011 | 0 | 10 | 100100000 | 1100000 | 111001 |
Color Harmonies of #D02AFB
Complementary color
Monochromatic Colors of #D02AFB
Black with #D02AFB
Text Example
Text Example
White with #D02AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02AFB; }
p { color: rgb(208,42,251); }
H1.HeaderClassName
{
color: #D02AFB;
}
.AnyTagClassName
{
color: #D02AFB;
}
</style>
background-color css
<style>
a { background-color: #D02AFB; }
a { background-color: rgb(208,42,251); }
div.DivClassName
{
background-color: #D02AFB;
}
.BgClassName
{
background-color: #D02AFB;
}
</style>
border-color css
<style>
span { border-color: #D02AFB; }
span { border-color: rgb(208,42,251); }
td.TdClassName
{
border-color: #D02AFB;
}
.TagClassName
{
border-color: #D02AFB;
}
</style>