Shades of Psychedelic Purple #D00AFB
Tints of Psychedelic Purple #D00AFB
RGB
CMYK
RGB Variations
Color information
#D00AFB (or 0xD00AFB) is known color: Psychedelic Purple. HEX triplet: D0, 0A and FB. RGB value is (208,10,251). Sum of RGB (Red+Green+Blue) = 208+10+251=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #D00AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00AFB is #2FF504. Grayscale: #5F5F5F. Windows color (decimal): -3142917 or 16452304. OLE color: 16452304.
HSL color Cylindrical-coordinate representation of color #D00AFB: hue angle of 289.29º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00AFB is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 10 | 251 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.02 |
| HSL | 289.29º | 0.97% | 0.51% | - |
| HSV(B) | 289.29º | 0.96% | 0.98% | - |
| XYZ | 43.53 | 20.59 | 92.95 | - |
| YUV | 96.68 | 215.1 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 251 | 0.17 | 0.96 | 0 | 0.02 | 289.29 | 0.97 | 0.51 |
| Hex | D0 | A | FB | 11 | 60 | 0 | 2 | 121 | 61 | 33 |
| Octal | 320 | 12 | 373 | 21 | 140 | 0 | 2 | 441 | 141 | 63 |
| Binary | 11010000 | 1010 | 11111011 | 10001 | 1100000 | 0 | 10 | 100100001 | 1100001 | 110011 |
Color Harmonies of #D00AFB
Complementary color
Monochromatic Colors of #D00AFB
Black with #D00AFB
Text Example
Text Example
White with #D00AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00AFB; }
p { color: rgb(208,10,251); }
H1.HeaderClassName
{
color: #D00AFB;
}
.AnyTagClassName
{
color: #D00AFB;
}
</style>
background-color css
<style>
a { background-color: #D00AFB; }
a { background-color: rgb(208,10,251); }
div.DivClassName
{
background-color: #D00AFB;
}
.BgClassName
{
background-color: #D00AFB;
}
</style>
border-color css
<style>
span { border-color: #D00AFB; }
span { border-color: rgb(208,10,251); }
td.TdClassName
{
border-color: #D00AFB;
}
.TagClassName
{
border-color: #D00AFB;
}
</style>