Shades of Psychedelic Purple #D231FD
Tints of Psychedelic Purple #D231FD
RGB
CMYK
RGB Variations
Color information
#D231FD (or 0xD231FD) is known color: Psychedelic Purple. HEX triplet: D2, 31 and FD. RGB value is (210,49,253). Sum of RGB (Red+Green+Blue) = 210+49+253=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #D231FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231FD is #2DCE02. Grayscale: #777777. Windows color (decimal): -3001859 or 16593362. OLE color: 16593362.
HSL color Cylindrical-coordinate representation of color #D231FD: hue angle of 287.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D231FD is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 49 | 253 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.01 |
| HSL | 287.35º | 0.98% | 0.59% | - |
| HSV(B) | 287.35º | 0.81% | 0.99% | - |
| XYZ | 45.41 | 22.99 | 94.97 | - |
| YUV | 120.4 | 202.84 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 253 | 0.17 | 0.81 | 0 | 0.01 | 287.35 | 0.98 | 0.59 |
| Hex | D2 | 31 | FD | 11 | 51 | 0 | 1 | 11F | 62 | 3B |
| Octal | 322 | 61 | 375 | 21 | 121 | 0 | 1 | 437 | 142 | 73 |
| Binary | 11010010 | 110001 | 11111101 | 10001 | 1010001 | 0 | 1 | 100011111 | 1100010 | 111011 |
Color Harmonies of #D231FD
Complementary color
Monochromatic Colors of #D231FD
Black with #D231FD
Text Example
Text Example
White with #D231FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231FD; }
p { color: rgb(210,49,253); }
H1.HeaderClassName
{
color: #D231FD;
}
.AnyTagClassName
{
color: #D231FD;
}
</style>
background-color css
<style>
a { background-color: #D231FD; }
a { background-color: rgb(210,49,253); }
div.DivClassName
{
background-color: #D231FD;
}
.BgClassName
{
background-color: #D231FD;
}
</style>
border-color css
<style>
span { border-color: #D231FD; }
span { border-color: rgb(210,49,253); }
td.TdClassName
{
border-color: #D231FD;
}
.TagClassName
{
border-color: #D231FD;
}
</style>