Shades of Psychedelic Purple #DD33FB
Tints of Psychedelic Purple #DD33FB
RGB
CMYK
RGB Variations
Color information
#DD33FB (or 0xDD33FB) is known color: Psychedelic Purple. HEX triplet: DD, 33 and FB. RGB value is (221,51,251). Sum of RGB (Red+Green+Blue) = 221+51+251=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 51 (20.31% from 255 or 9.75% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD33FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD33FB is #22CC04. Grayscale: #7C7C7C. Windows color (decimal): -2280453 or 16462813. OLE color: 16462813.
HSL color Cylindrical-coordinate representation of color #DD33FB: hue angle of 291º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD33FB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 51 | 251 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.02 |
| HSL | 291º | 0.96% | 0.59% | - |
| HSV(B) | 291º | 0.8% | 0.98% | - |
| XYZ | 48.42 | 24.7 | 93.48 | - |
| YUV | 124.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 251 | 0.12 | 0.80 | 0 | 0.02 | 291 | 0.96 | 0.59 |
| Hex | DD | 33 | FB | C | 50 | 0 | 2 | 123 | 60 | 3B |
| Octal | 335 | 63 | 373 | 14 | 120 | 0 | 2 | 443 | 140 | 73 |
| Binary | 11011101 | 110011 | 11111011 | 1100 | 1010000 | 0 | 10 | 100100011 | 1100000 | 111011 |
Color Harmonies of #DD33FB
Complementary color
Monochromatic Colors of #DD33FB
Black with #DD33FB
Text Example
Text Example
White with #DD33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33FB; }
p { color: rgb(221,51,251); }
H1.HeaderClassName
{
color: #DD33FB;
}
.AnyTagClassName
{
color: #DD33FB;
}
</style>
background-color css
<style>
a { background-color: #DD33FB; }
a { background-color: rgb(221,51,251); }
div.DivClassName
{
background-color: #DD33FB;
}
.BgClassName
{
background-color: #DD33FB;
}
</style>
border-color css
<style>
span { border-color: #DD33FB; }
span { border-color: rgb(221,51,251); }
td.TdClassName
{
border-color: #DD33FB;
}
.TagClassName
{
border-color: #DD33FB;
}
</style>