Shades of Psychedelic Purple #D70BFC
Tints of Psychedelic Purple #D70BFC
RGB
CMYK
RGB Variations
Color information
#D70BFC (or 0xD70BFC) is known color: Psychedelic Purple. HEX triplet: D7, 0B and FC. RGB value is (215,11,252). Sum of RGB (Red+Green+Blue) = 215+11+252=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #D70BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70BFC is #28F403. Grayscale: #626262. Windows color (decimal): -2683908 or 16518103. OLE color: 16518103.
HSL color Cylindrical-coordinate representation of color #D70BFC: hue angle of 290.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70BFC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 11 | 252 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.01 |
| HSL | 290.79º | 0.98% | 0.52% | - |
| HSV(B) | 290.79º | 0.96% | 0.99% | - |
| XYZ | 45.71 | 21.71 | 93.88 | - |
| YUV | 99.47 | 214.09 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 252 | 0.15 | 0.96 | 0 | 0.01 | 290.79 | 0.98 | 0.52 |
| Hex | D7 | B | FC | F | 60 | 0 | 1 | 123 | 62 | 34 |
| Octal | 327 | 13 | 374 | 17 | 140 | 0 | 1 | 443 | 142 | 64 |
| Binary | 11010111 | 1011 | 11111100 | 1111 | 1100000 | 0 | 1 | 100100011 | 1100010 | 110100 |
Color Harmonies of #D70BFC
Complementary color
Monochromatic Colors of #D70BFC
Black with #D70BFC
Text Example
Text Example
White with #D70BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BFC; }
p { color: rgb(215,11,252); }
H1.HeaderClassName
{
color: #D70BFC;
}
.AnyTagClassName
{
color: #D70BFC;
}
</style>
background-color css
<style>
a { background-color: #D70BFC; }
a { background-color: rgb(215,11,252); }
div.DivClassName
{
background-color: #D70BFC;
}
.BgClassName
{
background-color: #D70BFC;
}
</style>
border-color css
<style>
span { border-color: #D70BFC; }
span { border-color: rgb(215,11,252); }
td.TdClassName
{
border-color: #D70BFC;
}
.TagClassName
{
border-color: #D70BFC;
}
</style>