Shades of Psychedelic Purple #DD35FF
Tints of Psychedelic Purple #DD35FF
RGB
CMYK
RGB Variations
Color information
#DD35FF (or 0xDD35FF) is known color: Psychedelic Purple. HEX triplet: DD, 35 and FF. RGB value is (221,53,255). Sum of RGB (Red+Green+Blue) = 221+53+255=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 53 (21.09% from 255 or 10.02% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD35FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD35FF is #22CA00. Grayscale: #7D7D7D. Windows color (decimal): -2279937 or 16725469. OLE color: 16725469.
HSL color Cylindrical-coordinate representation of color #DD35FF: hue angle of 289.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD35FF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 53 | 255 | - |
| CMYK | 0.13 | 0.79 | 0 | 0 |
| HSL | 289.9º | 1% | 0.6% | - |
| HSV(B) | 289.9º | 0.79% | 1% | - |
| XYZ | 49.14 | 25.14 | 96.87 | - |
| YUV | 126.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 255 | 0.13 | 0.79 | 0 | 0 | 289.9 | 1 | 0.6 |
| Hex | DD | 35 | FF | D | 4F | 0 | 0 | 122 | 64 | 3C |
| Octal | 335 | 65 | 377 | 15 | 117 | 0 | 0 | 442 | 144 | 74 |
| Binary | 11011101 | 110101 | 11111111 | 1101 | 1001111 | 0 | 0 | 100100010 | 1100100 | 111100 |
Color Harmonies of #DD35FF
Complementary color
Monochromatic Colors of #DD35FF
Black with #DD35FF
Text Example
Text Example
White with #DD35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD35FF; }
p { color: rgb(221,53,255); }
H1.HeaderClassName
{
color: #DD35FF;
}
.AnyTagClassName
{
color: #DD35FF;
}
</style>
background-color css
<style>
a { background-color: #DD35FF; }
a { background-color: rgb(221,53,255); }
div.DivClassName
{
background-color: #DD35FF;
}
.BgClassName
{
background-color: #DD35FF;
}
</style>
border-color css
<style>
span { border-color: #DD35FF; }
span { border-color: rgb(221,53,255); }
td.TdClassName
{
border-color: #DD35FF;
}
.TagClassName
{
border-color: #DD35FF;
}
</style>