Shades of Psychedelic Purple #DD10FC
Tints of Psychedelic Purple #DD10FC
RGB
CMYK
RGB Variations
Color information
#DD10FC (or 0xDD10FC) is known color: Psychedelic Purple. HEX triplet: DD, 10 and FC. RGB value is (221,16,252). Sum of RGB (Red+Green+Blue) = 221+16+252=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 16 (6.64% from 255 or 3.27% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD10FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10FC is #22EF03. Grayscale: #676767. Windows color (decimal): -2289412 or 16519389. OLE color: 16519389.
HSL color Cylindrical-coordinate representation of color #DD10FC: hue angle of 292.12º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD10FC is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 16 | 252 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.01 |
| HSL | 292.12º | 0.98% | 0.53% | - |
| HSV(B) | 292.12º | 0.94% | 0.99% | - |
| XYZ | 47.57 | 22.77 | 93.98 | - |
| YUV | 104.2 | 211.42 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 252 | 0.12 | 0.94 | 0 | 0.01 | 292.12 | 0.98 | 0.53 |
| Hex | DD | 10 | FC | C | 5E | 0 | 1 | 124 | 62 | 35 |
| Octal | 335 | 20 | 374 | 14 | 136 | 0 | 1 | 444 | 142 | 65 |
| Binary | 11011101 | 10000 | 11111100 | 1100 | 1011110 | 0 | 1 | 100100100 | 1100010 | 110101 |
Color Harmonies of #DD10FC
Complementary color
Monochromatic Colors of #DD10FC
Black with #DD10FC
Text Example
Text Example
White with #DD10FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10FC; }
p { color: rgb(221,16,252); }
H1.HeaderClassName
{
color: #DD10FC;
}
.AnyTagClassName
{
color: #DD10FC;
}
</style>
background-color css
<style>
a { background-color: #DD10FC; }
a { background-color: rgb(221,16,252); }
div.DivClassName
{
background-color: #DD10FC;
}
.BgClassName
{
background-color: #DD10FC;
}
</style>
border-color css
<style>
span { border-color: #DD10FC; }
span { border-color: rgb(221,16,252); }
td.TdClassName
{
border-color: #DD10FC;
}
.TagClassName
{
border-color: #DD10FC;
}
</style>