Shades of Psychedelic Purple #DD23FA
Tints of Psychedelic Purple #DD23FA
RGB
CMYK
RGB Variations
Color information
#DD23FA (or 0xDD23FA) is known color: Psychedelic Purple. HEX triplet: DD, 23 and FA. RGB value is (221,35,250). Sum of RGB (Red+Green+Blue) = 221+35+250=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 35 (14.06% from 255 or 6.92% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD23FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD23FA is #22DC05. Grayscale: #727272. Windows color (decimal): -2284550 or 16393181. OLE color: 16393181.
HSL color Cylindrical-coordinate representation of color #DD23FA: hue angle of 291.91º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD23FA is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 35 | 250 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.02 |
| HSL | 291.91º | 0.96% | 0.56% | - |
| HSV(B) | 291.91º | 0.86% | 0.98% | - |
| XYZ | 47.68 | 23.48 | 92.46 | - |
| YUV | 115.12 | 204.12 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 250 | 0.12 | 0.86 | 0 | 0.02 | 291.91 | 0.96 | 0.56 |
| Hex | DD | 23 | FA | C | 56 | 0 | 2 | 124 | 60 | 38 |
| Octal | 335 | 43 | 372 | 14 | 126 | 0 | 2 | 444 | 140 | 70 |
| Binary | 11011101 | 100011 | 11111010 | 1100 | 1010110 | 0 | 10 | 100100100 | 1100000 | 111000 |
Color Harmonies of #DD23FA
Complementary color
Monochromatic Colors of #DD23FA
Black with #DD23FA
Text Example
Text Example
White with #DD23FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23FA; }
p { color: rgb(221,35,250); }
H1.HeaderClassName
{
color: #DD23FA;
}
.AnyTagClassName
{
color: #DD23FA;
}
</style>
background-color css
<style>
a { background-color: #DD23FA; }
a { background-color: rgb(221,35,250); }
div.DivClassName
{
background-color: #DD23FA;
}
.BgClassName
{
background-color: #DD23FA;
}
</style>
border-color css
<style>
span { border-color: #DD23FA; }
span { border-color: rgb(221,35,250); }
td.TdClassName
{
border-color: #DD23FA;
}
.TagClassName
{
border-color: #DD23FA;
}
</style>