Shades of Psychedelic Purple #DD10F6
Tints of Psychedelic Purple #DD10F6
RGB
CMYK
RGB Variations
Color information
#DD10F6 (or 0xDD10F6) is known color: Psychedelic Purple. HEX triplet: DD, 10 and F6. RGB value is (221,16,246). Sum of RGB (Red+Green+Blue) = 221+16+246=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 16 (6.64% from 255 or 3.31% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD10F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10F6 is #22EF09. Grayscale: #666666. Windows color (decimal): -2289418 or 16126173. OLE color: 16126173.
HSL color Cylindrical-coordinate representation of color #DD10F6: hue angle of 293.48º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10F6 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 16 | 246 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.04 |
| HSL | 293.48º | 0.93% | 0.51% | - |
| HSV(B) | 293.48º | 0.93% | 0.96% | - |
| XYZ | 46.64 | 22.4 | 89.05 | - |
| YUV | 103.52 | 208.42 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 246 | 0.10 | 0.93 | 0 | 0.04 | 293.48 | 0.93 | 0.51 |
| Hex | DD | 10 | F6 | A | 5D | 0 | 4 | 125 | 5D | 33 |
| Octal | 335 | 20 | 366 | 12 | 135 | 0 | 4 | 445 | 135 | 63 |
| Binary | 11011101 | 10000 | 11110110 | 1010 | 1011101 | 0 | 100 | 100100101 | 1011101 | 110011 |
Color Harmonies of #DD10F6
Complementary color
Monochromatic Colors of #DD10F6
Black with #DD10F6
Text Example
Text Example
White with #DD10F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10F6; }
p { color: rgb(221,16,246); }
H1.HeaderClassName
{
color: #DD10F6;
}
.AnyTagClassName
{
color: #DD10F6;
}
</style>
background-color css
<style>
a { background-color: #DD10F6; }
a { background-color: rgb(221,16,246); }
div.DivClassName
{
background-color: #DD10F6;
}
.BgClassName
{
background-color: #DD10F6;
}
</style>
border-color css
<style>
span { border-color: #DD10F6; }
span { border-color: rgb(221,16,246); }
td.TdClassName
{
border-color: #DD10F6;
}
.TagClassName
{
border-color: #DD10F6;
}
</style>