Shades of Psychedelic Purple #D521FB
Tints of Psychedelic Purple #D521FB
RGB
CMYK
RGB Variations
Color information
#D521FB (or 0xD521FB) is known color: Psychedelic Purple. HEX triplet: D5, 21 and FB. RGB value is (213,33,251). Sum of RGB (Red+Green+Blue) = 213+33+251=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 33 (13.28% from 255 or 6.64% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #D521FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D521FB is #2ADE04. Grayscale: #6E6E6E. Windows color (decimal): -2809349 or 16458197. OLE color: 16458197.
HSL color Cylindrical-coordinate representation of color #D521FB: hue angle of 289.54º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D521FB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 33 | 251 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.02 |
| HSL | 289.54º | 0.96% | 0.56% | - |
| HSV(B) | 289.54º | 0.87% | 0.98% | - |
| XYZ | 45.4 | 22.2 | 93.16 | - |
| YUV | 111.67 | 206.63 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 251 | 0.15 | 0.87 | 0 | 0.02 | 289.54 | 0.96 | 0.56 |
| Hex | D5 | 21 | FB | F | 57 | 0 | 2 | 122 | 60 | 38 |
| Octal | 325 | 41 | 373 | 17 | 127 | 0 | 2 | 442 | 140 | 70 |
| Binary | 11010101 | 100001 | 11111011 | 1111 | 1010111 | 0 | 10 | 100100010 | 1100000 | 111000 |
Color Harmonies of #D521FB
Complementary color
Monochromatic Colors of #D521FB
Black with #D521FB
Text Example
Text Example
White with #D521FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521FB; }
p { color: rgb(213,33,251); }
H1.HeaderClassName
{
color: #D521FB;
}
.AnyTagClassName
{
color: #D521FB;
}
</style>
background-color css
<style>
a { background-color: #D521FB; }
a { background-color: rgb(213,33,251); }
div.DivClassName
{
background-color: #D521FB;
}
.BgClassName
{
background-color: #D521FB;
}
</style>
border-color css
<style>
span { border-color: #D521FB; }
span { border-color: rgb(213,33,251); }
td.TdClassName
{
border-color: #D521FB;
}
.TagClassName
{
border-color: #D521FB;
}
</style>