Shades of Psychedelic Purple #DD1CEE
Tints of Psychedelic Purple #DD1CEE
RGB
CMYK
RGB Variations
Color information
#DD1CEE (or 0xDD1CEE) is known color: Psychedelic Purple. HEX triplet: DD, 1C and EE. RGB value is (221,28,238). Sum of RGB (Red+Green+Blue) = 221+28+238=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 28 (11.33% from 255 or 5.75% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD1CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1CEE is #22E311. Grayscale: #6D6D6D. Windows color (decimal): -2286354 or 15604957. OLE color: 15604957.
HSL color Cylindrical-coordinate representation of color #DD1CEE: hue angle of 295.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1CEE is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 28 | 238 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.07 |
| HSL | 295.14º | 0.86% | 0.52% | - |
| HSV(B) | 295.14º | 0.88% | 0.93% | - |
| XYZ | 45.67 | 22.38 | 82.8 | - |
| YUV | 109.65 | 200.44 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 238 | 0.07 | 0.88 | 0 | 0.07 | 295.14 | 0.86 | 0.52 |
| Hex | DD | 1C | EE | 7 | 58 | 0 | 7 | 127 | 56 | 34 |
| Octal | 335 | 34 | 356 | 7 | 130 | 0 | 7 | 447 | 126 | 64 |
| Binary | 11011101 | 11100 | 11101110 | 111 | 1011000 | 0 | 111 | 100100111 | 1010110 | 110100 |
Color Harmonies of #DD1CEE
Complementary color
Monochromatic Colors of #DD1CEE
Black with #DD1CEE
Text Example
Text Example
White with #DD1CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CEE; }
p { color: rgb(221,28,238); }
H1.HeaderClassName
{
color: #DD1CEE;
}
.AnyTagClassName
{
color: #DD1CEE;
}
</style>
background-color css
<style>
a { background-color: #DD1CEE; }
a { background-color: rgb(221,28,238); }
div.DivClassName
{
background-color: #DD1CEE;
}
.BgClassName
{
background-color: #DD1CEE;
}
</style>
border-color css
<style>
span { border-color: #DD1CEE; }
span { border-color: rgb(221,28,238); }
td.TdClassName
{
border-color: #DD1CEE;
}
.TagClassName
{
border-color: #DD1CEE;
}
</style>