Shades of Psychedelic Purple #D90CFD
Tints of Psychedelic Purple #D90CFD
RGB
CMYK
RGB Variations
Color information
#D90CFD (or 0xD90CFD) is known color: Psychedelic Purple. HEX triplet: D9, 0C and FD. RGB value is (217,12,253). Sum of RGB (Red+Green+Blue) = 217+12+253=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 12 (5.08% from 255 or 2.49% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #D90CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CFD is #26F302. Grayscale: #646464. Windows color (decimal): -2552579 or 16583897. OLE color: 16583897.
HSL color Cylindrical-coordinate representation of color #D90CFD: hue angle of 291.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90CFD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 12 | 253 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.01 |
| HSL | 291.04º | 0.98% | 0.52% | - |
| HSV(B) | 291.04º | 0.95% | 0.99% | - |
| XYZ | 46.48 | 22.11 | 94.75 | - |
| YUV | 100.77 | 213.92 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 253 | 0.14 | 0.95 | 0 | 0.01 | 291.04 | 0.98 | 0.52 |
| Hex | D9 | C | FD | E | 5F | 0 | 1 | 123 | 62 | 34 |
| Octal | 331 | 14 | 375 | 16 | 137 | 0 | 1 | 443 | 142 | 64 |
| Binary | 11011001 | 1100 | 11111101 | 1110 | 1011111 | 0 | 1 | 100100011 | 1100010 | 110100 |
Color Harmonies of #D90CFD
Complementary color
Monochromatic Colors of #D90CFD
Black with #D90CFD
Text Example
Text Example
White with #D90CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CFD; }
p { color: rgb(217,12,253); }
H1.HeaderClassName
{
color: #D90CFD;
}
.AnyTagClassName
{
color: #D90CFD;
}
</style>
background-color css
<style>
a { background-color: #D90CFD; }
a { background-color: rgb(217,12,253); }
div.DivClassName
{
background-color: #D90CFD;
}
.BgClassName
{
background-color: #D90CFD;
}
</style>
border-color css
<style>
span { border-color: #D90CFD; }
span { border-color: rgb(217,12,253); }
td.TdClassName
{
border-color: #D90CFD;
}
.TagClassName
{
border-color: #D90CFD;
}
</style>