Shades of Psychedelic Purple #DD1CEA
Tints of Psychedelic Purple #DD1CEA
RGB
CMYK
RGB Variations
Color information
#DD1CEA (or 0xDD1CEA) is known color: Psychedelic Purple. HEX triplet: DD, 1C and EA. RGB value is (221,28,234). Sum of RGB (Red+Green+Blue) = 221+28+234=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD1CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1CEA is #22E315. Grayscale: #6C6C6C. Windows color (decimal): -2286358 or 15342813. OLE color: 15342813.
HSL color Cylindrical-coordinate representation of color #DD1CEA: hue angle of 296.21º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1CEA is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 28 | 234 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.08 |
| HSL | 296.21º | 0.83% | 0.51% | - |
| HSV(B) | 296.21º | 0.88% | 0.92% | - |
| XYZ | 45.09 | 22.14 | 79.74 | - |
| YUV | 109.19 | 198.44 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 234 | 0.06 | 0.88 | 0 | 0.08 | 296.21 | 0.83 | 0.51 |
| Hex | DD | 1C | EA | 6 | 58 | 0 | 8 | 128 | 53 | 33 |
| Octal | 335 | 34 | 352 | 6 | 130 | 0 | 10 | 450 | 123 | 63 |
| Binary | 11011101 | 11100 | 11101010 | 110 | 1011000 | 0 | 1000 | 100101000 | 1010011 | 110011 |
Color Harmonies of #DD1CEA
Complementary color
Monochromatic Colors of #DD1CEA
Black with #DD1CEA
Text Example
Text Example
White with #DD1CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CEA; }
p { color: rgb(221,28,234); }
H1.HeaderClassName
{
color: #DD1CEA;
}
.AnyTagClassName
{
color: #DD1CEA;
}
</style>
background-color css
<style>
a { background-color: #DD1CEA; }
a { background-color: rgb(221,28,234); }
div.DivClassName
{
background-color: #DD1CEA;
}
.BgClassName
{
background-color: #DD1CEA;
}
</style>
border-color css
<style>
span { border-color: #DD1CEA; }
span { border-color: rgb(221,28,234); }
td.TdClassName
{
border-color: #DD1CEA;
}
.TagClassName
{
border-color: #DD1CEA;
}
</style>