#DF1DF8

Color #DF1DF8 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DF1DF8

Tints of Psychedelic Purple #DF1DF8

Color information

#DF1DF8 (or 0xDF1DF8) is unknown color: approx Psychedelic Purple. HEX triplet: DF, 1D and F8. RGB value is (223,29,248). Sum of RGB (Red+Green+Blue) = 223+29+248=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 29 (11.72% from 255 or 5.8% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF1DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DF8 is #20E207. Grayscale: #6F6F6F. Windows color (decimal): -2155016 or 16260575. OLE color: 16260575.

HSL color Cylindrical-coordinate representation of color #DF1DF8: hue angle of 293.15º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1DF8 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22329248-
CMYK0.100.8800.03
HSL293.15º93.99%54.31%-
HSV(B)293.15º88.31%97.25%-
XYZ47.8123.3490.79-
YUV111.97204.77207.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 44.6%
GREEN value IS 29 (11.72% from 255) = 5.8%
BLUE value IS 248 (97.27% from 255) = 49.6%
R=44.6%
G=5.8%
B=49.6%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal223292480.100.8800.03293.1593.9954.31
HexDF1DF8A58031255e36
Octal33735370121300344513666
Binary110111111110111111000101010110000111001001011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1DF8; }

 p { color: rgb(223,29,248); }

 H1.HeaderClassName
 {
   color: #DF1DF8;
 }
 .AnyTagClassName
 {
   color: #DF1DF8;
 }
</style>
background-color css

<style>
 a { background-color: #DF1DF8; }

 a { background-color: rgb(223,29,248); }

 div.DivClassName
 {
   background-color: #DF1DF8;
 }
 .BgClassName
 {
   background-color: #DF1DF8;
 }
</style>
border-color css

<style>
 span { border-color: #DF1DF8; }

 span { border-color: rgb(223,29,248); }

 td.TdClassName
 {
   border-color: #DF1DF8;
 }
 .TagClassName
 {
   border-color: #DF1DF8;
 }
</style>