Shades of Psychedelic Purple #DF2AFD
Tints of Psychedelic Purple #DF2AFD
RGB
CMYK
RGB Variations
Color information
#DF2AFD (or 0xDF2AFD) is known color: Psychedelic Purple. HEX triplet: DF, 2A and FD. RGB value is (223,42,253). Sum of RGB (Red+Green+Blue) = 223+42+253=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 42 (16.80% from 255 or 8.11% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF2AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2AFD is #20D502. Grayscale: #777777. Windows color (decimal): -2151683 or 16591583. OLE color: 16591583.
HSL color Cylindrical-coordinate representation of color #DF2AFD: hue angle of 291.47º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2AFD is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 42 | 253 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.01 |
| HSL | 291.47º | 0.98% | 0.58% | - |
| HSV(B) | 291.47º | 0.83% | 0.99% | - |
| XYZ | 48.99 | 24.44 | 95.06 | - |
| YUV | 120.17 | 202.97 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 253 | 0.12 | 0.83 | 0 | 0.01 | 291.47 | 0.98 | 0.58 |
| Hex | DF | 2A | FD | C | 53 | 0 | 1 | 123 | 62 | 3A |
| Octal | 337 | 52 | 375 | 14 | 123 | 0 | 1 | 443 | 142 | 72 |
| Binary | 11011111 | 101010 | 11111101 | 1100 | 1010011 | 0 | 1 | 100100011 | 1100010 | 111010 |
Color Harmonies of #DF2AFD
Complementary color
Monochromatic Colors of #DF2AFD
Black with #DF2AFD
Text Example
Text Example
White with #DF2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AFD; }
p { color: rgb(223,42,253); }
H1.HeaderClassName
{
color: #DF2AFD;
}
.AnyTagClassName
{
color: #DF2AFD;
}
</style>
background-color css
<style>
a { background-color: #DF2AFD; }
a { background-color: rgb(223,42,253); }
div.DivClassName
{
background-color: #DF2AFD;
}
.BgClassName
{
background-color: #DF2AFD;
}
</style>
border-color css
<style>
span { border-color: #DF2AFD; }
span { border-color: rgb(223,42,253); }
td.TdClassName
{
border-color: #DF2AFD;
}
.TagClassName
{
border-color: #DF2AFD;
}
</style>