Shades of Psychedelic Purple #D80CFB
Tints of Psychedelic Purple #D80CFB
RGB
CMYK
RGB Variations
Color information
#D80CFB (or 0xD80CFB) is known color: Psychedelic Purple. HEX triplet: D8, 0C and FB. RGB value is (216,12,251). Sum of RGB (Red+Green+Blue) = 216+12+251=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #D80CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80CFB is #27F304. Grayscale: #636363. Windows color (decimal): -2618117 or 16452824. OLE color: 16452824.
HSL color Cylindrical-coordinate representation of color #D80CFB: hue angle of 291.21º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80CFB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 12 | 251 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.02 |
| HSL | 291.21º | 0.97% | 0.52% | - |
| HSV(B) | 291.21º | 0.95% | 0.98% | - |
| XYZ | 45.86 | 21.83 | 93.06 | - |
| YUV | 100.24 | 213.09 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 251 | 0.14 | 0.95 | 0 | 0.02 | 291.21 | 0.97 | 0.52 |
| Hex | D8 | C | FB | E | 5F | 0 | 2 | 123 | 61 | 34 |
| Octal | 330 | 14 | 373 | 16 | 137 | 0 | 2 | 443 | 141 | 64 |
| Binary | 11011000 | 1100 | 11111011 | 1110 | 1011111 | 0 | 10 | 100100011 | 1100001 | 110100 |
Color Harmonies of #D80CFB
Complementary color
Monochromatic Colors of #D80CFB
Black with #D80CFB
Text Example
Text Example
White with #D80CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80CFB; }
p { color: rgb(216,12,251); }
H1.HeaderClassName
{
color: #D80CFB;
}
.AnyTagClassName
{
color: #D80CFB;
}
</style>
background-color css
<style>
a { background-color: #D80CFB; }
a { background-color: rgb(216,12,251); }
div.DivClassName
{
background-color: #D80CFB;
}
.BgClassName
{
background-color: #D80CFB;
}
</style>
border-color css
<style>
span { border-color: #D80CFB; }
span { border-color: rgb(216,12,251); }
td.TdClassName
{
border-color: #D80CFB;
}
.TagClassName
{
border-color: #D80CFB;
}
</style>