Shades of Psychedelic Purple #D90BFD
Tints of Psychedelic Purple #D90BFD
RGB
CMYK
RGB Variations
Color information
#D90BFD (or 0xD90BFD) is known color: Psychedelic Purple. HEX triplet: D9, 0B and FD. RGB value is (217,11,253). Sum of RGB (Red+Green+Blue) = 217+11+253=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 11 (4.69% from 255 or 2.29% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #D90BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90BFD is #26F402. Grayscale: #636363. Windows color (decimal): -2552835 or 16583641. OLE color: 16583641.
HSL color Cylindrical-coordinate representation of color #D90BFD: hue angle of 291.07º 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 #D90BFD is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 11 | 253 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.01 |
| HSL | 291.07º | 0.98% | 0.52% | - |
| HSV(B) | 291.07º | 0.96% | 0.99% | - |
| XYZ | 46.46 | 22.08 | 94.74 | - |
| YUV | 100.18 | 214.25 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 253 | 0.14 | 0.96 | 0 | 0.01 | 291.07 | 0.98 | 0.52 |
| Hex | D9 | B | FD | E | 60 | 0 | 1 | 123 | 62 | 34 |
| Octal | 331 | 13 | 375 | 16 | 140 | 0 | 1 | 443 | 142 | 64 |
| Binary | 11011001 | 1011 | 11111101 | 1110 | 1100000 | 0 | 1 | 100100011 | 1100010 | 110100 |
Color Harmonies of #D90BFD
Complementary color
Monochromatic Colors of #D90BFD
Black with #D90BFD
Text Example
Text Example
White with #D90BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BFD; }
p { color: rgb(217,11,253); }
H1.HeaderClassName
{
color: #D90BFD;
}
.AnyTagClassName
{
color: #D90BFD;
}
</style>
background-color css
<style>
a { background-color: #D90BFD; }
a { background-color: rgb(217,11,253); }
div.DivClassName
{
background-color: #D90BFD;
}
.BgClassName
{
background-color: #D90BFD;
}
</style>
border-color css
<style>
span { border-color: #D90BFD; }
span { border-color: rgb(217,11,253); }
td.TdClassName
{
border-color: #D90BFD;
}
.TagClassName
{
border-color: #D90BFD;
}
</style>