Shades of Psychedelic Purple #DD10FB
Tints of Psychedelic Purple #DD10FB
RGB
CMYK
RGB Variations
Color information
#DD10FB (or 0xDD10FB) is known color: Psychedelic Purple. HEX triplet: DD, 10 and FB. RGB value is (221,16,251). Sum of RGB (Red+Green+Blue) = 221+16+251=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD10FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10FB is #22EF04. Grayscale: #676767. Windows color (decimal): -2289413 or 16453853. OLE color: 16453853.
HSL color Cylindrical-coordinate representation of color #DD10FB: hue angle of 292.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD10FB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 16 | 251 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.02 |
| HSL | 292.34º | 0.97% | 0.52% | - |
| HSV(B) | 292.34º | 0.94% | 0.98% | - |
| XYZ | 47.42 | 22.71 | 93.15 | - |
| YUV | 104.09 | 210.92 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 251 | 0.12 | 0.94 | 0 | 0.02 | 292.34 | 0.97 | 0.52 |
| Hex | DD | 10 | FB | C | 5E | 0 | 2 | 124 | 61 | 34 |
| Octal | 335 | 20 | 373 | 14 | 136 | 0 | 2 | 444 | 141 | 64 |
| Binary | 11011101 | 10000 | 11111011 | 1100 | 1011110 | 0 | 10 | 100100100 | 1100001 | 110100 |
Color Harmonies of #DD10FB
Complementary color
Monochromatic Colors of #DD10FB
Black with #DD10FB
Text Example
Text Example
White with #DD10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10FB; }
p { color: rgb(221,16,251); }
H1.HeaderClassName
{
color: #DD10FB;
}
.AnyTagClassName
{
color: #DD10FB;
}
</style>
background-color css
<style>
a { background-color: #DD10FB; }
a { background-color: rgb(221,16,251); }
div.DivClassName
{
background-color: #DD10FB;
}
.BgClassName
{
background-color: #DD10FB;
}
</style>
border-color css
<style>
span { border-color: #DD10FB; }
span { border-color: rgb(221,16,251); }
td.TdClassName
{
border-color: #DD10FB;
}
.TagClassName
{
border-color: #DD10FB;
}
</style>