Shades of Psychedelic Purple #D232F3
Tints of Psychedelic Purple #D232F3
RGB
CMYK
RGB Variations
Color information
#D232F3 (or 0xD232F3) is known color: Psychedelic Purple. HEX triplet: D2, 32 and F3. RGB value is (210,50,243). Sum of RGB (Red+Green+Blue) = 210+50+243=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #D232F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D232F3 is #2DCD0C. Grayscale: #777777. Windows color (decimal): -3001613 or 15938258. OLE color: 15938258.
HSL color Cylindrical-coordinate representation of color #D232F3: hue angle of 289.74º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D232F3 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 50 | 243 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.05 |
| HSL | 289.74º | 0.89% | 0.57% | - |
| HSV(B) | 289.74º | 0.79% | 0.95% | - |
| XYZ | 43.9 | 22.45 | 86.81 | - |
| YUV | 119.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 243 | 0.14 | 0.79 | 0 | 0.05 | 289.74 | 0.89 | 0.57 |
| Hex | D2 | 32 | F3 | E | 4F | 0 | 5 | 122 | 59 | 39 |
| Octal | 322 | 62 | 363 | 16 | 117 | 0 | 5 | 442 | 131 | 71 |
| Binary | 11010010 | 110010 | 11110011 | 1110 | 1001111 | 0 | 101 | 100100010 | 1011001 | 111001 |
Color Harmonies of #D232F3
Complementary color
Monochromatic Colors of #D232F3
Black with #D232F3
Text Example
Text Example
White with #D232F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232F3; }
p { color: rgb(210,50,243); }
H1.HeaderClassName
{
color: #D232F3;
}
.AnyTagClassName
{
color: #D232F3;
}
</style>
background-color css
<style>
a { background-color: #D232F3; }
a { background-color: rgb(210,50,243); }
div.DivClassName
{
background-color: #D232F3;
}
.BgClassName
{
background-color: #D232F3;
}
</style>
border-color css
<style>
span { border-color: #D232F3; }
span { border-color: rgb(210,50,243); }
td.TdClassName
{
border-color: #D232F3;
}
.TagClassName
{
border-color: #D232F3;
}
</style>