Shades of Psychedelic Purple #DD1CE5
Tints of Psychedelic Purple #DD1CE5
RGB
CMYK
RGB Variations
Color information
#DD1CE5 (or 0xDD1CE5) is known color: Psychedelic Purple. HEX triplet: DD, 1C and E5. RGB value is (221,28,229). Sum of RGB (Red+Green+Blue) = 221+28+229=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD1CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CE5 is #22E31A. Grayscale: #6C6C6C. Windows color (decimal): -2286363 or 15015133. OLE color: 15015133.
HSL color Cylindrical-coordinate representation of color #DD1CE5: hue angle of 297.61º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1CE5 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 28 | 229 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.10 |
| HSL | 297.61º | 0.79% | 0.5% | - |
| HSV(B) | 297.61º | 0.88% | 0.9% | - |
| XYZ | 44.38 | 21.86 | 76.01 | - |
| YUV | 108.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 229 | 0.03 | 0.88 | 0 | 0.10 | 297.61 | 0.79 | 0.5 |
| Hex | DD | 1C | E5 | 3 | 58 | 0 | A | 12A | 4F | 32 |
| Octal | 335 | 34 | 345 | 3 | 130 | 0 | 12 | 452 | 117 | 62 |
| Binary | 11011101 | 11100 | 11100101 | 11 | 1011000 | 0 | 1010 | 100101010 | 1001111 | 110010 |
Color Harmonies of #DD1CE5
Complementary color
Monochromatic Colors of #DD1CE5
Black with #DD1CE5
Text Example
Text Example
White with #DD1CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CE5; }
p { color: rgb(221,28,229); }
H1.HeaderClassName
{
color: #DD1CE5;
}
.AnyTagClassName
{
color: #DD1CE5;
}
</style>
background-color css
<style>
a { background-color: #DD1CE5; }
a { background-color: rgb(221,28,229); }
div.DivClassName
{
background-color: #DD1CE5;
}
.BgClassName
{
background-color: #DD1CE5;
}
</style>
border-color css
<style>
span { border-color: #DD1CE5; }
span { border-color: rgb(221,28,229); }
td.TdClassName
{
border-color: #DD1CE5;
}
.TagClassName
{
border-color: #DD1CE5;
}
</style>