Shades of Psychedelic Purple #DD2DEF
Tints of Psychedelic Purple #DD2DEF
RGB
CMYK
RGB Variations
Color information
#DD2DEF (or 0xDD2DEF) is known color: Psychedelic Purple. HEX triplet: DD, 2D and EF. RGB value is (221,45,239). Sum of RGB (Red+Green+Blue) = 221+45+239=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 45 (17.97% from 255 or 8.91% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD2DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DEF is #22D210. Grayscale: #777777. Windows color (decimal): -2282001 or 15674845. OLE color: 15674845.
HSL color Cylindrical-coordinate representation of color #DD2DEF: hue angle of 294.43º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2DEF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 45 | 239 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.06 |
| HSL | 294.43º | 0.86% | 0.56% | - |
| HSV(B) | 294.43º | 0.81% | 0.94% | - |
| XYZ | 46.34 | 23.48 | 83.75 | - |
| YUV | 119.74 | 195.31 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 239 | 0.08 | 0.81 | 0 | 0.06 | 294.43 | 0.86 | 0.56 |
| Hex | DD | 2D | EF | 8 | 51 | 0 | 6 | 126 | 56 | 38 |
| Octal | 335 | 55 | 357 | 10 | 121 | 0 | 6 | 446 | 126 | 70 |
| Binary | 11011101 | 101101 | 11101111 | 1000 | 1010001 | 0 | 110 | 100100110 | 1010110 | 111000 |
Color Harmonies of #DD2DEF
Complementary color
Monochromatic Colors of #DD2DEF
Black with #DD2DEF
Text Example
Text Example
White with #DD2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DEF; }
p { color: rgb(221,45,239); }
H1.HeaderClassName
{
color: #DD2DEF;
}
.AnyTagClassName
{
color: #DD2DEF;
}
</style>
background-color css
<style>
a { background-color: #DD2DEF; }
a { background-color: rgb(221,45,239); }
div.DivClassName
{
background-color: #DD2DEF;
}
.BgClassName
{
background-color: #DD2DEF;
}
</style>
border-color css
<style>
span { border-color: #DD2DEF; }
span { border-color: rgb(221,45,239); }
td.TdClassName
{
border-color: #DD2DEF;
}
.TagClassName
{
border-color: #DD2DEF;
}
</style>