Shades of Psychedelic Purple #D232FB
Tints of Psychedelic Purple #D232FB
RGB
CMYK
RGB Variations
Color information
#D232FB (or 0xD232FB) is known color: Psychedelic Purple. HEX triplet: D2, 32 and FB. RGB value is (210,50,251). Sum of RGB (Red+Green+Blue) = 210+50+251=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #D232FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D232FB is #2DCD04. Grayscale: #787878. Windows color (decimal): -3001605 or 16462546. OLE color: 16462546.
HSL color Cylindrical-coordinate representation of color #D232FB: hue angle of 287.76º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D232FB is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 50 | 251 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.02 |
| HSL | 287.76º | 0.96% | 0.59% | - |
| HSV(B) | 287.76º | 0.8% | 0.98% | - |
| XYZ | 45.13 | 22.95 | 93.32 | - |
| YUV | 120.75 | 201.51 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 251 | 0.16 | 0.80 | 0 | 0.02 | 287.76 | 0.96 | 0.59 |
| Hex | D2 | 32 | FB | 10 | 50 | 0 | 2 | 120 | 60 | 3B |
| Octal | 322 | 62 | 373 | 20 | 120 | 0 | 2 | 440 | 140 | 73 |
| Binary | 11010010 | 110010 | 11111011 | 10000 | 1010000 | 0 | 10 | 100100000 | 1100000 | 111011 |
Color Harmonies of #D232FB
Complementary color
Monochromatic Colors of #D232FB
Black with #D232FB
Text Example
Text Example
White with #D232FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232FB; }
p { color: rgb(210,50,251); }
H1.HeaderClassName
{
color: #D232FB;
}
.AnyTagClassName
{
color: #D232FB;
}
</style>
background-color css
<style>
a { background-color: #D232FB; }
a { background-color: rgb(210,50,251); }
div.DivClassName
{
background-color: #D232FB;
}
.BgClassName
{
background-color: #D232FB;
}
</style>
border-color css
<style>
span { border-color: #D232FB; }
span { border-color: rgb(210,50,251); }
td.TdClassName
{
border-color: #D232FB;
}
.TagClassName
{
border-color: #D232FB;
}
</style>