Shades of Psychedelic Purple #DD26F9
Tints of Psychedelic Purple #DD26F9
RGB
CMYK
RGB Variations
Color information
#DD26F9 (or 0xDD26F9) is known color: Psychedelic Purple. HEX triplet: DD, 26 and F9. RGB value is (221,38,249). Sum of RGB (Red+Green+Blue) = 221+38+249=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 38 (15.23% from 255 or 7.48% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD26F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD26F9 is #22D906. Grayscale: #747474. Windows color (decimal): -2283783 or 16328413. OLE color: 16328413.
HSL color Cylindrical-coordinate representation of color #DD26F9: hue angle of 292.04º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD26F9 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 38 | 249 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.02 |
| HSL | 292.04º | 0.95% | 0.56% | - |
| HSV(B) | 292.04º | 0.85% | 0.98% | - |
| XYZ | 47.61 | 23.6 | 91.67 | - |
| YUV | 116.77 | 202.63 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 249 | 0.11 | 0.85 | 0 | 0.02 | 292.04 | 0.95 | 0.56 |
| Hex | DD | 26 | F9 | B | 55 | 0 | 2 | 124 | 5F | 38 |
| Octal | 335 | 46 | 371 | 13 | 125 | 0 | 2 | 444 | 137 | 70 |
| Binary | 11011101 | 100110 | 11111001 | 1011 | 1010101 | 0 | 10 | 100100100 | 1011111 | 111000 |
Color Harmonies of #DD26F9
Complementary color
Monochromatic Colors of #DD26F9
Black with #DD26F9
Text Example
Text Example
White with #DD26F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26F9; }
p { color: rgb(221,38,249); }
H1.HeaderClassName
{
color: #DD26F9;
}
.AnyTagClassName
{
color: #DD26F9;
}
</style>
background-color css
<style>
a { background-color: #DD26F9; }
a { background-color: rgb(221,38,249); }
div.DivClassName
{
background-color: #DD26F9;
}
.BgClassName
{
background-color: #DD26F9;
}
</style>
border-color css
<style>
span { border-color: #DD26F9; }
span { border-color: rgb(221,38,249); }
td.TdClassName
{
border-color: #DD26F9;
}
.TagClassName
{
border-color: #DD26F9;
}
</style>