Shades of Psychedelic Purple #D70BFD
Tints of Psychedelic Purple #D70BFD
RGB
CMYK
RGB Variations
Color information
#D70BFD (or 0xD70BFD) is known color: Psychedelic Purple. HEX triplet: D7, 0B and FD. RGB value is (215,11,253). Sum of RGB (Red+Green+Blue) = 215+11+253=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 11 (4.69% from 255 or 2.30% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #D70BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70BFD is #28F402. Grayscale: #626262. Windows color (decimal): -2683907 or 16583639. OLE color: 16583639.
HSL color Cylindrical-coordinate representation of color #D70BFD: hue angle of 290.58º 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 #D70BFD is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 11 | 253 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.01 |
| HSL | 290.58º | 0.98% | 0.52% | - |
| HSV(B) | 290.58º | 0.96% | 0.99% | - |
| XYZ | 45.87 | 21.78 | 94.71 | - |
| YUV | 99.58 | 214.59 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 253 | 0.15 | 0.96 | 0 | 0.01 | 290.58 | 0.98 | 0.52 |
| Hex | D7 | B | FD | F | 60 | 0 | 1 | 123 | 62 | 34 |
| Octal | 327 | 13 | 375 | 17 | 140 | 0 | 1 | 443 | 142 | 64 |
| Binary | 11010111 | 1011 | 11111101 | 1111 | 1100000 | 0 | 1 | 100100011 | 1100010 | 110100 |
Color Harmonies of #D70BFD
Complementary color
Monochromatic Colors of #D70BFD
Black with #D70BFD
Text Example
Text Example
White with #D70BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BFD; }
p { color: rgb(215,11,253); }
H1.HeaderClassName
{
color: #D70BFD;
}
.AnyTagClassName
{
color: #D70BFD;
}
</style>
background-color css
<style>
a { background-color: #D70BFD; }
a { background-color: rgb(215,11,253); }
div.DivClassName
{
background-color: #D70BFD;
}
.BgClassName
{
background-color: #D70BFD;
}
</style>
border-color css
<style>
span { border-color: #D70BFD; }
span { border-color: rgb(215,11,253); }
td.TdClassName
{
border-color: #D70BFD;
}
.TagClassName
{
border-color: #D70BFD;
}
</style>