Shades of Psychedelic Purple #DF2FFD
Tints of Psychedelic Purple #DF2FFD
RGB
CMYK
RGB Variations
Color information
#DF2FFD (or 0xDF2FFD) is known color: Psychedelic Purple. HEX triplet: DF, 2F and FD. RGB value is (223,47,253). Sum of RGB (Red+Green+Blue) = 223+47+253=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 47 (18.75% from 255 or 8.99% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF2FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2FFD is #20D002. Grayscale: #7A7A7A. Windows color (decimal): -2150403 or 16592863. OLE color: 16592863.
HSL color Cylindrical-coordinate representation of color #DF2FFD: hue angle of 291.26º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2FFD is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 47 | 253 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.01 |
| HSL | 291.26º | 0.98% | 0.59% | - |
| HSV(B) | 291.26º | 0.81% | 0.99% | - |
| XYZ | 49.18 | 24.81 | 95.13 | - |
| YUV | 123.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 253 | 0.12 | 0.81 | 0 | 0.01 | 291.26 | 0.98 | 0.59 |
| Hex | DF | 2F | FD | C | 51 | 0 | 1 | 123 | 62 | 3B |
| Octal | 337 | 57 | 375 | 14 | 121 | 0 | 1 | 443 | 142 | 73 |
| Binary | 11011111 | 101111 | 11111101 | 1100 | 1010001 | 0 | 1 | 100100011 | 1100010 | 111011 |
Color Harmonies of #DF2FFD
Complementary color
Monochromatic Colors of #DF2FFD
Black with #DF2FFD
Text Example
Text Example
White with #DF2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2FFD; }
p { color: rgb(223,47,253); }
H1.HeaderClassName
{
color: #DF2FFD;
}
.AnyTagClassName
{
color: #DF2FFD;
}
</style>
background-color css
<style>
a { background-color: #DF2FFD; }
a { background-color: rgb(223,47,253); }
div.DivClassName
{
background-color: #DF2FFD;
}
.BgClassName
{
background-color: #DF2FFD;
}
</style>
border-color css
<style>
span { border-color: #DF2FFD; }
span { border-color: rgb(223,47,253); }
td.TdClassName
{
border-color: #DF2FFD;
}
.TagClassName
{
border-color: #DF2FFD;
}
</style>