#DF33F6

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

Shades of Psychedelic Purple #DF33F6

Tints of Psychedelic Purple #DF33F6

Color information

#DF33F6 (or 0xDF33F6) is unknown color: approx Psychedelic Purple. HEX triplet: DF, 33 and F6. RGB value is (223,51,246). Sum of RGB (Red+Green+Blue) = 223+51+246=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 51 (20.31% from 255 or 9.81% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF33F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF33F6 is #20CC09. Grayscale: #7C7C7C. Windows color (decimal): -2149386 or 16135135. OLE color: 16135135.

HSL color Cylindrical-coordinate representation of color #DF33F6: hue angle of 292.92º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF33F6 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22351246-
CMYK0.090.7900.04
HSL292.92º91.55%58.24%-
HSV(B)292.92º79.27%96.47%-
XYZ48.2524.7189.42-
YUV124.66196.48198.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 51 (20.31% from 255) = 9.81%
BLUE value IS 246 (96.48% from 255) = 47.31%
R=42.88%
G=9.81%
B=47.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal223512460.090.7900.04292.9291.5558.24
HexDF33F694F041255c3a
Octal33763366111170444513472
Binary11011111110011111101101001100111101001001001011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF33F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF33F6; }

 p { color: rgb(223,51,246); }

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

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

 a { background-color: rgb(223,51,246); }

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

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

 span { border-color: rgb(223,51,246); }

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