Shades of Psychedelic Purple #DC0AFB
Tints of Psychedelic Purple #DC0AFB
RGB
CMYK
RGB Variations
Color information
#DC0AFB (or 0xDC0AFB) is known color: Psychedelic Purple. HEX triplet: DC, 0A and FB. RGB value is (220,10,251). Sum of RGB (Red+Green+Blue) = 220+10+251=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 10 (4.30% from 255 or 2.08% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC0AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0AFB is #23F504. Grayscale: #636363. Windows color (decimal): -2356485 or 16452316. OLE color: 16452316.
HSL color Cylindrical-coordinate representation of color #DC0AFB: hue angle of 292.28º 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 #DC0AFB is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 10 | 251 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.02 |
| HSL | 292.28º | 0.97% | 0.51% | - |
| HSV(B) | 292.28º | 0.96% | 0.98% | - |
| XYZ | 47.04 | 22.4 | 93.11 | - |
| YUV | 100.26 | 213.07 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 251 | 0.12 | 0.96 | 0 | 0.02 | 292.28 | 0.97 | 0.51 |
| Hex | DC | A | FB | C | 60 | 0 | 2 | 124 | 61 | 33 |
| Octal | 334 | 12 | 373 | 14 | 140 | 0 | 2 | 444 | 141 | 63 |
| Binary | 11011100 | 1010 | 11111011 | 1100 | 1100000 | 0 | 10 | 100100100 | 1100001 | 110011 |
Color Harmonies of #DC0AFB
Complementary color
Monochromatic Colors of #DC0AFB
Black with #DC0AFB
Text Example
Text Example
White with #DC0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AFB; }
p { color: rgb(220,10,251); }
H1.HeaderClassName
{
color: #DC0AFB;
}
.AnyTagClassName
{
color: #DC0AFB;
}
</style>
background-color css
<style>
a { background-color: #DC0AFB; }
a { background-color: rgb(220,10,251); }
div.DivClassName
{
background-color: #DC0AFB;
}
.BgClassName
{
background-color: #DC0AFB;
}
</style>
border-color css
<style>
span { border-color: #DC0AFB; }
span { border-color: rgb(220,10,251); }
td.TdClassName
{
border-color: #DC0AFB;
}
.TagClassName
{
border-color: #DC0AFB;
}
</style>