Shades of Psychedelic Purple #DD2CFC
Tints of Psychedelic Purple #DD2CFC
RGB
CMYK
RGB Variations
Color information
#DD2CFC (or 0xDD2CFC) is known color: Psychedelic Purple. HEX triplet: DD, 2C and FC. RGB value is (221,44,252). Sum of RGB (Red+Green+Blue) = 221+44+252=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 44 (17.58% from 255 or 8.51% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD2CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2CFC is #22D303. Grayscale: #777777. Windows color (decimal): -2282244 or 16526557. OLE color: 16526557.
HSL color Cylindrical-coordinate representation of color #DD2CFC: hue angle of 291.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2CFC is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 44 | 252 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.01 |
| HSL | 291.06º | 0.97% | 0.58% | - |
| HSV(B) | 291.06º | 0.83% | 0.99% | - |
| XYZ | 48.29 | 24.2 | 94.22 | - |
| YUV | 120.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 252 | 0.12 | 0.83 | 0 | 0.01 | 291.06 | 0.97 | 0.58 |
| Hex | DD | 2C | FC | C | 53 | 0 | 1 | 123 | 61 | 3A |
| Octal | 335 | 54 | 374 | 14 | 123 | 0 | 1 | 443 | 141 | 72 |
| Binary | 11011101 | 101100 | 11111100 | 1100 | 1010011 | 0 | 1 | 100100011 | 1100001 | 111010 |
Color Harmonies of #DD2CFC
Complementary color
Monochromatic Colors of #DD2CFC
Black with #DD2CFC
Text Example
Text Example
White with #DD2CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CFC; }
p { color: rgb(221,44,252); }
H1.HeaderClassName
{
color: #DD2CFC;
}
.AnyTagClassName
{
color: #DD2CFC;
}
</style>
background-color css
<style>
a { background-color: #DD2CFC; }
a { background-color: rgb(221,44,252); }
div.DivClassName
{
background-color: #DD2CFC;
}
.BgClassName
{
background-color: #DD2CFC;
}
</style>
border-color css
<style>
span { border-color: #DD2CFC; }
span { border-color: rgb(221,44,252); }
td.TdClassName
{
border-color: #DD2CFC;
}
.TagClassName
{
border-color: #DD2CFC;
}
</style>