Shades of Psychedelic Purple #D20BFD
Tints of Psychedelic Purple #D20BFD
RGB
CMYK
RGB Variations
Color information
#D20BFD (or 0xD20BFD) is known color: Psychedelic Purple. HEX triplet: D2, 0B and FD. RGB value is (210,11,253). Sum of RGB (Red+Green+Blue) = 210+11+253=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #D20BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20BFD is #2DF402. Grayscale: #616161. Windows color (decimal): -3011587 or 16583634. OLE color: 16583634.
HSL color Cylindrical-coordinate representation of color #D20BFD: hue angle of 289.34º 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 #D20BFD is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 11 | 253 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.01 |
| HSL | 289.34º | 0.98% | 0.52% | - |
| HSV(B) | 289.34º | 0.96% | 0.99% | - |
| XYZ | 44.43 | 21.03 | 94.65 | - |
| YUV | 98.09 | 215.43 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 253 | 0.17 | 0.96 | 0 | 0.01 | 289.34 | 0.98 | 0.52 |
| Hex | D2 | B | FD | 11 | 60 | 0 | 1 | 121 | 62 | 34 |
| Octal | 322 | 13 | 375 | 21 | 140 | 0 | 1 | 441 | 142 | 64 |
| Binary | 11010010 | 1011 | 11111101 | 10001 | 1100000 | 0 | 1 | 100100001 | 1100010 | 110100 |
Color Harmonies of #D20BFD
Complementary color
Monochromatic Colors of #D20BFD
Black with #D20BFD
Text Example
Text Example
White with #D20BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20BFD; }
p { color: rgb(210,11,253); }
H1.HeaderClassName
{
color: #D20BFD;
}
.AnyTagClassName
{
color: #D20BFD;
}
</style>
background-color css
<style>
a { background-color: #D20BFD; }
a { background-color: rgb(210,11,253); }
div.DivClassName
{
background-color: #D20BFD;
}
.BgClassName
{
background-color: #D20BFD;
}
</style>
border-color css
<style>
span { border-color: #D20BFD; }
span { border-color: rgb(210,11,253); }
td.TdClassName
{
border-color: #D20BFD;
}
.TagClassName
{
border-color: #D20BFD;
}
</style>