Shades of Psychedelic Purple #DD0AFC
Tints of Psychedelic Purple #DD0AFC
RGB
CMYK
RGB Variations
Color information
#DD0AFC (or 0xDD0AFC) is known color: Psychedelic Purple. HEX triplet: DD, 0A and FC. RGB value is (221,10,252). Sum of RGB (Red+Green+Blue) = 221+10+252=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 10 (4.30% from 255 or 2.07% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD0AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0AFC is #22F503. Grayscale: #636363. Windows color (decimal): -2290948 or 16517853. OLE color: 16517853.
HSL color Cylindrical-coordinate representation of color #DD0AFC: hue angle of 292.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0AFC is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 10 | 252 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.01 |
| HSL | 292.31º | 0.98% | 0.51% | - |
| HSV(B) | 292.31º | 0.96% | 0.99% | - |
| XYZ | 47.5 | 22.62 | 93.96 | - |
| YUV | 100.68 | 213.4 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 252 | 0.12 | 0.96 | 0 | 0.01 | 292.31 | 0.98 | 0.51 |
| Hex | DD | A | FC | C | 60 | 0 | 1 | 124 | 62 | 33 |
| Octal | 335 | 12 | 374 | 14 | 140 | 0 | 1 | 444 | 142 | 63 |
| Binary | 11011101 | 1010 | 11111100 | 1100 | 1100000 | 0 | 1 | 100100100 | 1100010 | 110011 |
Color Harmonies of #DD0AFC
Complementary color
Monochromatic Colors of #DD0AFC
Black with #DD0AFC
Text Example
Text Example
White with #DD0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0AFC; }
p { color: rgb(221,10,252); }
H1.HeaderClassName
{
color: #DD0AFC;
}
.AnyTagClassName
{
color: #DD0AFC;
}
</style>
background-color css
<style>
a { background-color: #DD0AFC; }
a { background-color: rgb(221,10,252); }
div.DivClassName
{
background-color: #DD0AFC;
}
.BgClassName
{
background-color: #DD0AFC;
}
</style>
border-color css
<style>
span { border-color: #DD0AFC; }
span { border-color: rgb(221,10,252); }
td.TdClassName
{
border-color: #DD0AFC;
}
.TagClassName
{
border-color: #DD0AFC;
}
</style>