Shades of Psychedelic Purple #D30BFD
Tints of Psychedelic Purple #D30BFD
RGB
CMYK
RGB Variations
Color information
#D30BFD (or 0xD30BFD) is known color: Psychedelic Purple. HEX triplet: D3, 0B and FD. RGB value is (211,11,253). Sum of RGB (Red+Green+Blue) = 211+11+253=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #D30BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30BFD is #2CF402. Grayscale: #616161. Windows color (decimal): -2946051 or 16583635. OLE color: 16583635.
HSL color Cylindrical-coordinate representation of color #D30BFD: hue angle of 289.59º 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 #D30BFD is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 11 | 253 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.01 |
| HSL | 289.59º | 0.98% | 0.52% | - |
| HSV(B) | 289.59º | 0.96% | 0.99% | - |
| XYZ | 44.71 | 21.18 | 94.66 | - |
| YUV | 98.39 | 215.26 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 253 | 0.17 | 0.96 | 0 | 0.01 | 289.59 | 0.98 | 0.52 |
| Hex | D3 | B | FD | 11 | 60 | 0 | 1 | 122 | 62 | 34 |
| Octal | 323 | 13 | 375 | 21 | 140 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010011 | 1011 | 11111101 | 10001 | 1100000 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D30BFD
Complementary color
Monochromatic Colors of #D30BFD
Black with #D30BFD
Text Example
Text Example
White with #D30BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BFD; }
p { color: rgb(211,11,253); }
H1.HeaderClassName
{
color: #D30BFD;
}
.AnyTagClassName
{
color: #D30BFD;
}
</style>
background-color css
<style>
a { background-color: #D30BFD; }
a { background-color: rgb(211,11,253); }
div.DivClassName
{
background-color: #D30BFD;
}
.BgClassName
{
background-color: #D30BFD;
}
</style>
border-color css
<style>
span { border-color: #D30BFD; }
span { border-color: rgb(211,11,253); }
td.TdClassName
{
border-color: #D30BFD;
}
.TagClassName
{
border-color: #D30BFD;
}
</style>